mmaa

10 Reputation

2 Badges

19 years, 162 days

MaplePrimes Activity


These are questions asked by mmaa

This is what I'm trying to do:

> d := 40*Unit(m);                      

> a := .170*Unit(m/s^2);

> x := d+(1/2)*a*t^2;

> plot(x, t);

Error, (in plot) the units `m` and `m/s^2` have incompatible dimensions

 

Is there any way to tell Maple that my t is a variable of seconds?

Page 1 of 1