Differences between revisions 1 and 2
Revision 1 as of 2010-08-09 14:34:28
Size: 602
Editor: dassarun
Comment:
Revision 2 as of 2010-08-09 14:35:03
Size: 602
Editor: dassarun
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
y = var('y') # define a variable x y = var('y') # define a variable y
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

y = var('y')    # define a variable y
x = function('x',y)   # define x to be a function of that variable
DE = diff(x, y) - x*y
f=desolve(DE, [x,y],ics=(1,2)); f
plot(f)

  • Solution by:

    • Meshram M.C., Professor, L.I.T.,R.T.M. Nagpur University, Nagpur
    • ARun C. H., Associate Professor, Nesamony Memorial Christian College, Marthandam
    • Shatheesh Sam, I., Research Scholar, Anna University Chennai

SageDays/Kreyszig-1.2-S (last edited 2010-08-09 14:35:03 by dassarun)