1 ;; Author Barton Willis
2 ;; University of Nebraska at Kearney
3 ;; Copyright (C) 2004, Barton Willis
5 ;; Brief Description: Maxima code for linear homogeneous second order
6 ;; differential equations.
8 ;; Maxima odelin is free software; you can redistribute it and/or
9 ;; modify it under the terms of the GNU General Public License,
10 ;; http://www.gnu.org/copyleft/gpl.html.
12 ;; Maxima odelin has NO WARRANTY, not even the implied warranty of
13 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 ($put
'$kummer
1 '$version
)
19 ((unk) "$order" "$kummer_m")
20 ((unk) "$order" "$kummer_m")
26 ((unk) "$order" "$kummer_m")
27 ((unk) "$order" "$kummer_m")
28 ((mtimes ) ((mexpt ) x -
1)
29 ((mplus ) ((mtimes ) a
31 ((mtimes ) -
1 (($dkummer_m
) a b x
) b
)
32 ((mtimes ) (($dkummer_m
) a b x
) x
))))
37 ((unk) "$order" "$kummer_u")
38 ((unk) "$order" "$kummer_u")
44 ((unk) "$order" "$dkummer_u")
45 ((unk) "$order" "$dkummer_u")
46 ((mtimes ) ((mexpt ) x -
1)
47 ((mplus ) ((mtimes ) a
49 ((mtimes ) -
1 (($dkummer_u
) a b x
) b
)
50 ((mtimes ) (($dkummer_u
) a b x
) x
))))