MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

DSolve problems in version 3.0 and 4.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33387] DSolve problems in version 3.0 and 4.0
  • From: Diego Catalano <diego_catalano_ferraioli at yahoo.com>
  • Date: Mon, 18 Mar 2002 23:39:02 -0500 (EST)
  • Reply-to: dcatalano at unisa.it
  • Sender: owner-wri-mathgroup at wolfram.com

Dear friends!

Look !

---------------------------------------------
In[1]:=
$Version

Out[1]=
"4.0 for Microsoft Windows (April 21, 1999)"

In[2]:=
DSolve[D[u[x, y], x, x] == 0, u[x, y], {x, y}]

First::"first": "\!\({}\) has a length of zero and no
first element."

Out[2]=
\!\({{u[x, y] -> \(-\(\(DSolve`DSolveDump`b$11\
x\^2\)\/2\)\) + \(C[1]\)[
            y] + \(C[2]\)[y]}}\)

In[3]:=
DSolve[D[u[x, y], y, y] == 0, u[x, y], {x, y}]

Out[3]=
{{u[x, y] -> C[1][x] + C[2][y]}}

-------------------------------------------------

That is all!

                              Diego 

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/


  • Prev by Date: Re: newbie question - printing Pi
  • Next by Date: Creating List of Sequence Iterates
  • Previous by thread: Re: Re: Re: Full text of the current warning message(s)
  • Next by thread: Creating List of Sequence Iterates