Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Rational Functions
PostPosted: Mon Jun 14, 2010 4:58 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject: Re: Rational Functions
PostPosted: Mon Jun 14, 2010 7:12 pm 

Joined: Wed Mar 03, 2010 5:08 pm
Posts: 108
Location: Germany, Münster
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);


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Rational Functions
PostPosted: Mon Jun 14, 2010 7:53 pm 
Thanks. That helps!


Report this post
Top
  
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 10:56 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group