Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi, how to matching this two equation for define a and b
c(t):=2.47+0.0036t
c(t):=a+bt
You have 2 unknowns, so you need 2 equations.
The best two equations in your case are:
a=2.47
b*t=0.0036*t
And have mathcad solve these simultaneously:
Success!
Luc
Hi. If c(t) is given, and you want to get a and b, can use the coeffs symbolic keyword, or evaluate c and c' at t=0.
Best regards.
Alvaro