Differences between revisions 2 and 3
Revision 2 as of 2010-08-11 19:06:21
Size: 427
Editor: bhanukiran
Comment:
Revision 3 as of 2010-08-11 19:07:19
Size: 434
Editor: bhanukiran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
}}}
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

x = var('x')
y = var('y')

F = 9*x^2 + 4*y^2



contour_plot(F, (x,-500,500), (y, -500, 500))

  • Solution by:

    • ganesh, developer, space
    • bhanukiran, student, technical university of Delft
    • saransh, student, sobhit university

SageDays/Kreyszig-8.4-2 (last edited 2010-08-11 19:07:19 by bhanukiran)