repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some basic letsimp tests based on bug #3950
[maxima.git]
/
share
/
colnew
/
ex1
/
fsub.f
blob
db59b5172a3c1a4eaee2054536d9bc247328ea19
1
C................................................................ FSU 10
2
SUBROUTINE
FSUB
(
X
,
Z
,
F
)
FSU
20
3
REAL*8
Z
(
4
),
F
(
1
),
X
4
F
(
1
) = (
1
.-
6
.*
X**2*Z
(
4
)-
6
.*
X*Z
(
3
))/
X**3
5
RETURN
6
END