.
Hi M. A. Sadiq,
One way to do it (there are probably better ways) is as follows:
de:=diff(theta(t),t,t)+0.5*diff(theta(t),t)+sin(theta)=0;
dsol:=dsolve({de,theta( 0 )=Pi /4,D(theta)(0)=1},theta(t),numeric,output=listprocedure);
thetaFn:=eval(theta(t),dsol);
Then you can obtain the numerical values by
evalf(thetaFn(t[ i ] ) )
for specified t[ i ].
You can set up a sequence to generate your values and then write them to a file. I am not familiar with Tecplot. Can you read in data files? Is Maple's plotting insufficient for your needs?
Regards,
James
You can also make use of the "op" command in maple, to extract elements from the output from dsolve. More info here:
> http://www.maplesoft.com/support/help/Maple/view.aspx?path=op
Hi
You can get full answer of your question in "http://mapleprimes.com/"
that site is for maple users and almost all problems are answerd.
regards..
How can I solve a system of non-linear PDEs (Boundary Value Problem) numerically?
03 April 2014 1,905 6 View
If someone can share the code in Matlab for it, that would be nice.
01 February 2014 441 12 View
Excessive rotation of nodes in node set ErrNodeExcessRotation-Step1
17 August 2021 0 0 View
How to calculate the RMSD values for a MD simulation using MOE?
07 August 2021 0 0 View
20 June 2021 0 0 View
When I tried to energy minimization my system, I got fatal error as below. Fatal error: Atomtype opls_116 not found Although I've already added this line: ; include water #include "oplsaa.ff/spc.itp" to [molecultype] directive in my topology.
16 June 2021 0 0 View
The role of climate change influencing the human behavior as well as economics interest
01 June 2021 0 0 View