Message Boards Message Boards

0
|
140 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Need help solving an equation

Posted 7 days ago

This may be kinda easy, but i need help to solve a function with p(x)=ax+b, p(-1)=3, i have tried but can't seem to fix it.

Solve[{ax+b}, x=-1 {a,b},x]
POSTED BY: Melker Sjölin

I don't quite understand you, but here is something that may be relevant:

p[x_] := a x + b;
Solve[ p[-1] == 3]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract