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 - Rational Functions
Author Message
  Post subject:  Re: Rational Functions  Reply with quote
Thanks. That helps!
Post Posted: Mon Jun 14, 2010 7:53 pm
  Post subject:  Re: Rational Functions  Reply with quote
Sure you can do.
See parameter and 4.10 matrix declariations
e.g.:
Code:

ring Rt = (0,s,t),(x,y),lp;  // s and t are  transcendal parameters

// define a 2x3 matrix with polynomial entries in x and y
// having rational coefficients in Q(s,t)
matrix m[2][3] = 2/t*x+1,1, xy, s/(t2-1),s/t*y,0;
m;
m[2,3] = -1;   // new assignment
print(m);
Post Posted: Mon Jun 14, 2010 7:12 pm
  Post subject:  Rational Functions  Reply with quote
Hello-

I am having trouble using transcendental extension for manipulation of rational functions. I would like to have a matrix with quolynomial entries. Is this possible in Singular?

Thank you.

Steve
Post Posted: Mon Jun 14, 2010 4:58 pm


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