deeq = desolve(eqn, y, ivar = t)  (read documentation)

On 31 led, 04:59, fromken <[email protected]> wrote:
> Hi there,
>
>  I'm trying to solve a differential equation problem as following
>
>    t, g = var('t, g')
>
>    y = function('s', t)
>
>    eqn = diff(y, t, 2) == g
>
>    deeq = desolve(eqn, y)
>
>    I thought that the variable g was a symbolic constant.    but, I
> have had an error message(Value Error: unable to determine independent
> variable..)
>
>     How can I fix the problem?

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to