Differences between revisions 1 and 2
Revision 1 as of 2010-08-09 14:02:33
Size: 340
Editor: shahid
Comment:
Revision 2 as of 2010-08-09 14:04:06
Size: 342
Editor: shahid
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>

SageDays/Kreyszig-7.11- Problem 18 (last edited 2010-08-09 14:04:06 by shahid)