cactus

14 Reputation

2 Badges

17 years, 135 days

MaplePrimes Activity


These are questions asked by cactus

Please Ignore the previous posting, I had a few mistakes.

I have the following terms: >

a := .178131; 0.178131 >

b := -0.6814e-1*`if`(t = 0, 6, `if`(t = 1, 10, `if`(t = 2, 15, `if`(t = 3, 20, NULL))));

 c := 0.16242e-1*`if`(t = 0, 6, `if`(t = 1, 10, `if`(t = 2, 15, `if`(t = 3, 20, NULL))))^1.5;

The ODE is:

I have the following terms: >

a := .178131; 0.178131 >

e := -0.6814e-1*`if`(t = 0, 6, `if`(t = 1, 10, `if`(t = 2, 15, `if`(t = 3, 20, NULL))));

 f := 0.16242e-1*`if`(t = 0, 6, `if`(t = 1, 10, `if`(t = 2, 15, `if`(t = 3, 20, NULL))))^1.5;

The ODE is:

1 2 Page 2 of 2