Post Reply 
Begginer Question: Replacing variables with number.
03-18-2017, 12:00 AM
Post: #2
RE: Begginer Question: Replacing variables with number.
You can use subst: subst(-x^5+7*x^4+8*x^2-56*x,x=-1)
or define a function: f(x):=(x^2-7*x)*(8-x^3) and then enter f(-1)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Begginer Question: Replacing variables with number. - Didier Lachieze - 03-18-2017 12:00 AM



User(s) browsing this thread: 1 Guest(s)