Back to Forum | View unanswered posts | View active topics
Topic review - Rational Functions |
Author |
Message |
|
|
Post subject: |
Re: Rational Functions |
|
|
Thanks. That helps!
Thanks. That helps!
|
|
|
|
Posted: Mon Jun 14, 2010 7:53 pm |
|
|
|
|
|
Post subject: |
Re: Rational Functions |
|
|
Sure you can do. See parameter and 4.10 matrix declariationse.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);
Sure you can do. See [b]parameter[/b] and [b]4.10 matrix declariations[/b] 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); [/code]
|
|
|
|
Posted: Mon Jun 14, 2010 7:12 pm |
|
|
|
|
|
Post subject: |
Rational Functions |
|
|
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
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
|
|
|
|
Posted: Mon Jun 14, 2010 4:58 pm |
|
|
|
|
|
It is currently Fri May 13, 2022 10:59 am
|
|