zeebo17

8 Reputation

2 Badges

15 years, 88 days

MaplePrimes Activity


These are questions asked by zeebo17

Hi,

I have a question about integrating an analytic solution to a differential equation in Maple. I have solved a system of 3 odes:
sol := dsolve({initial, syst}, func, numeric)
where
syst := diff(OmegaLambda(x), x) = ode1, diff(OmegaK(x), x) = ode2, diff(lnH(x), x) = ode3.

This then gives me analytic solutions as a function of x to the 3 odes and I can plot, say the third solution, by defining
lnH2 := x-> rhs(op(4, sol(x)))
and plotting lnH2.

Page 1 of 1