Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - VALUE OF A VARIABLE OF POLINOMIAL FUNCION
Author Message
  Post subject:  Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION  Reply with quote
THANKS
Post Posted: Mon Mar 29, 2010 4:33 pm
  Post subject:  Re: VALUE OF A VARIABLE OF POLINOMIAL FUNCION  Reply with quote
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
Post Posted: Mon Mar 29, 2010 2:14 pm
  Post subject:  VALUE OF A VARIABLE OF POLINOMIAL FUNCION  Reply with quote
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
Post Posted: Mon Mar 29, 2010 6:02 am


It is currently Fri May 13, 2022 11:06 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group