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 - SOS : Substitution 1/x to a poly!!!
Author Message
  Post subject:  Re: SOS : Substitution 1/x to a poly!!!  Reply with quote
The area, you are working in is the set of polynomial: the
division in that ring ignores remainder: 1/x is 0 with remainder 1
which is ignored.

You seem to want to work in the field of rational functions:
in order to do so, define a ring with rational functions a coefficients:
Code:
ring r=(0,a),x,dp;
poly p=x;
subs(p,x,1/a); -> 1/(a)
Post Posted: Mon Sep 20, 2010 9:52 am
  Post subject:  SOS : Substitution 1/x to a poly!!!  Reply with quote
Hello everybody!
How can we substitute the variable x of a polynomial with 1/x or 1/(x+1)?? We ask you because when we divide 1/x system returns Zero!

For example: If we have a poly p(x)=x and substitute with the command f(x)=subst(p(x),x,1/x) system returns f(x)=0. But we expect to get f(x)=1/x. :shock: :shock: :shock:

Its an emergency!!! :!: :!: :!:
Post Posted: Sat Sep 18, 2010 4:29 pm


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