|
⇤ ← Revision 1 as of 2010-08-09 14:02:33
Size: 340
Comment:
|
← Revision 2 as of 2010-08-09 14:04:06 ⇥
Size: 342
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| x, y = var ('x,y') c=solve([x+2*y==6, 3*x+2*y==10], x, y) print c |
|
| Line 12: | Line 15: |
| x, y = var ('x,y') c=solve([x+2*y==6, 3*x+2*y==10], x, y) print c |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x, y = var ('x,y')
c=solve([x+2*y==6, 3*x+2*y==10], x, y)
print c
Solution by:
<Shahid Farooqui>, <Systems Administrator>, <IIT Bombay>
