Back to Forum | View unanswered posts | View active topics
|
Page 1 of 1
|
[ 3 posts ] |
|
Author |
Message |
vpachecu2
|
Post subject: VALUE OF A VARIABLE OF POLINOMIAL FUNCION Posted: Mon Mar 29, 2010 6:02 am |
|
Joined: Mon Dec 21, 2009 2:29 pm Posts: 10
|
HI
sorry by the stupid question but i need compute the following
i have a matrix A= x2*y1,y4, 3*x4,5; this matrix represent a jacob matrix of a given poly
i have too values for get into this matrix to find a intmat
understand??
ex
|x 2x| ==> x= 3; ===> intmat = |3 6 | |3x 4x|.............................|9 12| how i can do it
thanks, and sorry my horryble english i`m brazilian and dont speak very good
|
|
Top |
|
|
seelisch
|
Post subject: Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION Posted: Mon Mar 29, 2010 2:14 pm |
|
Joined: Wed Nov 12, 2008 5:09 pm Posts: 20
|
Hi,
no problem. Just use the substitution command "subst"; like this:
ring r = 0, (x,y,z), dp; matrix A[2][2]=x2*y,y4,3*x4,5; subst(A, x, 1, y, 0); // e.g., x = 1, y = 0 // yields this: _[1,1]=0 _[1,2]=0 _[2,1]=3 _[2,2]=5
Regards, Frank
|
|
Top |
|
|
vpachecu2
|
Post subject: Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION Posted: Mon Mar 29, 2010 4:33 pm |
|
Joined: Mon Dec 21, 2009 2:29 pm Posts: 10
|
|
Top |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
It is currently Fri May 13, 2022 11:06 am
|
|