Check out this Maple 10 input!!
|
Washu
ID:010072
2005/10/13 23:51:17
|
|
|
> 2
> 1 2 t
> v := t -> ------ - ---------
> 2 2
> 1 + t / 20a
> t /
2
1 2 t
v := t -> ------ - ---------
2 2
1 + t / 20a
t /
> v(0.5)
0.4800000000
> d
> --- v(t)
> dt
3
6 t 8 t
- --------- + ---------
2 3
/ 2 / 20a
t / t /
> simplify(%)
/ 2a
2 t + t /
-------------
3
/ 2
t /
> / 2a
> 2 t + t /
> a := t -> -------------
> 3
> / 2
> t /
/ 2a
2 t + t /
a := t -> -------------
3
/ 2
t /
|
|
Re: Check out this Maple 10 input!!
|
Washu
ID:010072
2005/10/13 23:51:37
|
|
|
|
a := proc (t) options operator, arrow; 2*t*(-3+t^2)/(1+t^2)^3 end proc
|
Washu
ID:010072
2005/10/13 23:51:57
|
|
|
|
CHAO BBS
To view new posts, use the R Trigger to display the menu, then select "Reload."
|