Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-08-10 11:34:47
Size: 712
Editor: bhanukiran
Comment:
Revision 5 as of 2010-08-11 12:45:38
Size: 1328
Comment: LDE in Kreygzig
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

---- /!\ '''Edit conflict - other version:''' ----
{{{D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''Edit conflict - your version:''' ----
{{{D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''End of edit conflict''' ----
Line 48: Line 60:

---- /!\ '''Edit conflict - other version:''' ----

{{{
D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''Edit conflict - your version:''' ----

{{{
D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''End of edit conflict''' ----
Line 51: Line 79:
 * '''Solution by''':
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
 * '''Solution by''': ,Aurangabad
     sawankumar khillare,teaching,MGMs JNEC
   * ganesh, developer, space
   * bhanukiran, student, technical university of Delft
   * saransh, student, sobhit university
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition


/!\ Edit conflict - other version:


{{{D=var('D') w=solve(64*D**2+16*D+1==0,D) print w


/!\ Edit conflict - your version:


{{{D=var('D') w=solve(64*D**2+16*D+1==0,D) print w


/!\ End of edit conflict


{{{id=1| #(i) omega = sqrt(20/5)

f = var('f')

solve(2*pi*f == omega, f) /// [f == (1/pi)] }}}

{{{id=2| #(ii) omega = sqrt(45/5)

f = var('f')

solve(2*pi*f == omega, f) /// [f == 3/2/pi] }}}

<p>sage seems to have troubles writing f = 3/2*pi</p>

{{{id=3| #(iii) omega = sqrt(65/5)

f = var('f')

a = solve(2*pi*f == omega, f) /// [ f == 1/2*sqrt(13)/pi ] }}}

{{{id=4|

///


/!\ Edit conflict - other version:


D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''Edit conflict - your version:''' ----

{{{
D=var('D')
w=solve(64*D**2+16*D+1==0,D)
print w

---- /!\ '''End of edit conflict''' ----

  • Solution by: ,Aurangabad

    • sawankumar khillare,teaching,MGMs JNEC
    • ganesh, developer, space
    • bhanukiran, student, technical university of Delft
    • saransh, student, sobhit university

SageDays/Kreyszig-2.5-7 (last edited 2010-08-11 12:45:38 by SawankumarKhillare)