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
Rename *ll* and *ul* to ll and ul in ssp and scmp
[maxima.git]
/
demo
/
solve.dem
blob
23fd1c0abc99389ac5e32c3dfff9852c8e00faea
1
pyth:a^2+b^2=c^2;
2
3
solve(pyth,b);
4
5
eq1: x+y=1/2;
6
eq2: 2*x+2*y=1;
7
8
solve([eq1,eq2],x);
9
10
eq3: x^2+y^2=1;
11
12
solve([eq1,eq3], [x,y]);