Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: VALUE OF A VARIABLE OF POLINOMIAL FUNCION
PostPosted: 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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION
PostPosted: Mon Mar 29, 2010 2:14 pm 
Site Admin

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION
PostPosted: Mon Mar 29, 2010 4:33 pm 

Joined: Mon Dec 21, 2009 2:29 pm
Posts: 10
THANKS


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 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
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group