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
'$extrabessel
1 '$version
)
19 ((unk) "$order" "$fbessel_j")
25 ((unk) "$order" "$dbessel_j")
26 ((mtimes ) -
1 ((mexpt ) x -
2)
29 ((mplus ) ((mtimes ) -
1 ((mexpt) mu
2))
32 ((mtimes) x
(($dbessel_j
) mu x
)))))
37 ((unk) "$order" "$fbessel_y")
43 ((unk) "$order" "$dbessel_y")
44 ((mtimes ) -
1 ((mexpt ) x -
2)
47 ((mplus ) ((mtimes ) -
1 ((mexpt) mu
2))
50 ((mtimes) x
(($dbessel_y
) mu x
)))))