Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1820
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail |
|---|---|
| From | Bob Hanlon <hanlonr@cox.net> |
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Form of Solutions to DSolve |
| Date | Thu, 21 Apr 2011 07:13:01 +0000 (UTC) |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Sender | steve@smc.vnet.net |
| Approved | Steven M. Christensen <steve@smc.vnet.net>, Moderator |
| Message-ID | <iooldt$bs0$1@smc.vnet.net> (permalink) |
| Lines | 27 |
| NNTP-Posting-Date | 21 Apr 2011 06:13:39 GMT |
| NNTP-Posting-Host | c00dadac.news.twtelecom.net |
| X-Trace | DXC=[8>A]lBI\RmIUHdLb3W^LeC_A=>8kQj6mY;@_o827nGc^01nm;E34A`EFiONJ7[GofM?e0i@Mljak |
| X-Complaints-To | abuse@twtelecom.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.soft-sys.math.mathematica:1820 |
Show key headers only | View raw
Clear[f]
f[x_, a_, c_] =
y[x] /.
DSolve[y'[x] + y[x] == a Sin[x], y[x], x][[1]] /.
C[1] -> c
c/E^x + (1/2)*a*(-Cos[x] + Sin[x])
Manipulate[
Plot[f[x, a, c], {x, 0, 2 Pi}, PlotRange -> {-4, 5}],
{{a, 1}, 0, 5, Appearance -> "Labeled"},
{c, 0, 5, Appearance -> "Labeled"}]
Bob Hanlon
---- Benson <nyuout@optonline.net> wrote:
=============
I wish to use solutions to simultaneopus linear differential equations
obtained through DSolve in other calculations. Specifically in Plots
of Sums of Piecewise solution functions. How can I convert the form
solutions to DSolve into the form useable functions?
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Form of Solutions to DSolve Bob Hanlon <hanlonr@cox.net> - 2011-04-21 07:13 +0000
csiph-web