MathGroup Archive 2012

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

Search the Archive

How to plot this function??

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127062] How to plot this function??
  • From: Phoenix <mirko.tavano at live.com>
  • Date: Wed, 27 Jun 2012 04:12:33 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi. I have to plot this function:

F[t_] := {
  If[t < 10, hSP = hss, hSP = 2*hss];
  DSolve[{h'[x] == (hSP - h[x])/A, h[10] == hss}, h, x]
  }

The output is:
t<10) {{{h -> Function[{x}, 2.1153]}}}
t>10) {{{h -> Function[{x}, E^(-0.2 x) (-15.6301 + 4.2306 E^(0.2 x))]}}}


How can I plot this function in the same graph?
Please help me!



  • Prev by Date: Extracting Information from XBRL Files
  • Next by Date: P controller
  • Previous by thread: Re: Extracting Information from XBRL Files
  • Next by thread: Re: How to plot this function??