<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Physics Forums - Math & Science Software]]></title>
		<link>http://www.physicsforums.com</link>
		<description>Matlab, Mathematica, Stata, Maple, Mathcad, LaTeX...</description>
		<language>en</language>
		<lastBuildDate>Sun, 26 May 2013 03:50:41 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.physicsforums.com/images/physicsforums/misc/rss.jpg</url>
			<title><![CDATA[Physics Forums - Math & Science Software]]></title>
			<link>http://www.physicsforums.com</link>
		</image>
		<item>
			<title>Strikethrough in latex</title>
			<link>http://www.physicsforums.com/showthread.php?t=691647&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 12:05:44 GMT</pubDate>
			<description><![CDATA[Is it somehow possible to do it in LATEX? I googled it but I couldn't find anything that would work for me.]]></description>
			<content:encoded><![CDATA[<div>Is it somehow possible to do it in LATEX? I googled it but I couldn't find anything that would work for me.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>Pranav-Arora</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=691647</guid>
		</item>
		<item>
			<title>Looking for free online integration calculator.</title>
			<link>http://www.physicsforums.com/showthread.php?t=691532&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 17:05:40 GMT</pubDate>
			<description><![CDATA[I have been looking for an integration calculator. I need to solve 
 
[tex]\int_0^{\pi} \frac{\cos (a \cos \theta)}{\sin \theta} d\theta[/tex] 
...]]></description>
			<content:encoded><![CDATA[<div>I have been looking for an integration calculator. I need to solve<br />
<br />
[tex]\int_0^{\pi} \frac{\cos (a \cos \theta)}{\sin \theta} d\theta[/tex]<br />
<br />
This is a sine integral that likely involve numerical analysis. I tried Wolfram free Mathematica and it did not find a solution. Please advice.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>yungman</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=691532</guid>
		</item>
		<item>
			<title>How to correctly code the expression with Ei function?</title>
			<link>http://www.physicsforums.com/showthread.php?t=691244&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 04:17:53 GMT</pubDate>
			<description>Hi, 
 
I am trying to incorporate the following equation into Matlab in the red: 
 
Image:...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am trying to incorporate the following equation into Matlab in the red:<br />
<br />
<img src="http://http://www.radikal.ru][IMG]http://s018.radikal.ru/i518/1305/16/1cc0d2a72d38.jpg" border="0" alt="" /><br />
<br />
The following data is to be used:<br />
t=3000000<br />
nr=nx=161<br />
q=0.02<br />
k=5e-13<br />
mu=0.00035<br />
c=1.5e-8<br />
phi=0.25<br />
rw=0.1<br />
h=4.5<br />
<br />
<br />
My code is below:<br />
st=size(t)<br />
nr=nx;<br />
for i=1:1:st(1)<br />
    rd=r(1:nr)/wb<br />
    td=0.0036*k*t(i)/(phi*mu*c*wb^2)<br />
    pd=((pi*h*k)/(1.842*q*1.1*mu))*(IP-p(i,1:nr))<br />
    Ei_from_mfun=mfun('Ei',1,-rd^2/(4*td))<br />
    pd=1/2*Ei_from_mfun<br />
    plot(time,pd,'bo')<br />
end<br />
<br />
But it gives the following command :<br />
<span style="color:Red;">&quot;??? Index exceeds matrix dimensions.&quot;</span><br />
<br />
Can you please help to fix the problem for every time, t and pressure,p?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>Ein Krieger</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=691244</guid>
		</item>
		<item>
			<title><![CDATA[[Matlab] Transform generated table to equation for for loop usage]]></title>
			<link>http://www.physicsforums.com/showthread.php?t=691088&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 08:44:13 GMT</pubDate>
			<description>I have posted a question on here before regarding the generation of a number sequence. I followed up that question with an answer. However, as I have...</description>
			<content:encoded><![CDATA[<div>I have posted a question on here before regarding the generation of a number sequence. I followed up that question with an answer. However, as I have developed my code more I need to use an equation instead of a lookup table.<br />
<br />
Note: I'm using MATLAB<br />
<br />
Given a matrix A of size r x c where r &gt;= 3, c &gt;= 3 I need to map the center point of a 3 x 3 raster segment to a point in A. The raster segments go from left to right, top to bottom. For example, if <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">A = [0 1 1 0 1 0 1 0 1;...<br />
&nbsp; &nbsp; &nbsp; 0 0 1 0 0 1 1 0 1;...<br />
&nbsp; &nbsp; &nbsp; 1 0 1 1 0 1 0 1 0;...<br />
&nbsp; &nbsp; &nbsp; 1 1 1 1 1 1 1 1 1];...</code><hr />
</div>The location of (2,2) in each raster segment can be found as follows.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">%raster binary image matrix into 3x3 segments<br />
M = im2col(FP, [3,3],'sliding');<br />
<br />
[ri ci] = size(A);<br />
[rM cM] = size(M);<br />
<br />
%Generate table of locations in binary image matrix for center point (2,2) of segment matrices<br />
rownums = repmat([2:ri-1],cM/(ri-2),1);<br />
rownums = rownums(:);<br />
<br />
colnums = repmat([2:ci-1]',1,cM/(ci-2));<br />
colnums = colnums(:);<br />
<br />
locations = [rownums,colnums]</code><hr />
</div>I only need matrix M to find what rM and cM are. Instead of using the <em>im2col()</em> function, I can use the equations below. cM is the number of total raster segments<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">rM = 9;<br />
cM = (ci-2)*(ri-2);</code><hr />
</div>I do some matrix operations for each raster segment using a for loop<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">n = 1;<br />
<br />
k = 1; <br />
for row = 1:ri-2<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; for col = 1:ci-2<br />
&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  %some operations<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if %condition is met<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %transform center point location in raster segment<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %to corresponding location in matrix A<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Iloc(n,:) = locations(k,:);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; n = n+1; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else&nbsp;  %if condition is not met, increment segment counter k and continue<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %in for loop to next segment<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; k = k+1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; continue<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; k = k+1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
end</code><hr />
</div>I would like to replace this line of code<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Iloc(n,:) = locations(k,:);</code><hr />
</div>with equations for the row and column location in A instead of looking up in the table for these locations. The reason for this is that if I have a matrix A of size 274 x 234, I would have 63104 raster segments. This means that my location table matrix would be 63104 x 2. This takes up a lot of memory with the other stuff that I am doing. I know it's possible to come up with some equation that's dependent on the value of row, col, and k. It seems that every (ci-2) kth value, the row in A increments by one. For every different row value, the column values go from 2:(ci-1).<br />
Question is how do I activate the row increment and column range for every (ci-2) kth value?</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>roldy</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=691088</guid>
		</item>
		<item>
			<title>Extract and rearrange data in Matlab</title>
			<link>http://www.physicsforums.com/showthread.php?t=691026&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 20:34:17 GMT</pubDate>
			<description>Hi all, 
 
I need to rearrange my data. I have an excel file with 12 columns and 2045 rows, which I transformed that into a .mat.  
 
I need to query...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I need to rearrange my data. I have an excel file with 12 columns and 2045 rows, which I transformed that into a .mat. <br />
<br />
I need to query my data rearranged as follows (cf. example matrix below):<br />
<br />
1-sum all values of Col 3 if:<br />
   a-they belong to a given value of Col 1 and to a given value in Col 2.<br />
2-mean of values of Col 4 for each given value of Col 1<br />
<br />
3-NaN's where conditions above are not met<br />
4-all saved in a new matrix<br />
<br />
The difficulty is to make this work for the 2045 rows of my database. I guess it needs a for-loop that reiterates the calculations and at each step saves the values in a matrix. <br />
 <br />
Here is an example:<br />
<br />
input matrix A:<br />
 <br />
1   NaN  NaN  20<br />
1   2      4      10<br />
1   2      3      15<br />
1   NaN  NaN  10<br />
1   5      2      25<br />
1   6      1      10<br />
1   2      5       5<br />
2   NaN  NaN   5<br />
2   1      3      10<br />
2   1      2      25<br />
3   6      5      15<br />
3   4      3      10 <br />
3   3      1      30<br />
<br />
This is what I'd like to get:<br />
<br />
       1      2      3      4      5      6       Mean<br />
1    NaN  12    NaN   NaN   2      1       13.57<br />
2     5     NaN  NaN   NaN  NaN  NaN    13.33<br />
3    NaN  NaN    1      3     NaN   5       18.33<br />
<br />
I'd really appreciate your help and will include you in the acknowledgments of the 2 papers I will get out of this.<br />
<br />
Thanks a lot!!<br />
<br />
g</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>geoffrey g</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=691026</guid>
		</item>
		<item>
			<title>How to simulate 2nd order markov chain (if poss. Nth order) in MATLAB</title>
			<link>http://www.physicsforums.com/showthread.php?t=690967&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 15:35:41 GMT</pubDate>
			<description>Hi PF, 
         I would like to simulate N th order markov chain (not by means of hidden markov models, but ordinary markov chain) using Matlab. If...</description>
			<content:encoded><![CDATA[<div>Hi PF,<br />
         I would like to simulate N th order markov chain (not by means of hidden markov models, but ordinary markov chain) using Matlab. If n-th order is a heavy thing atleast 2nd or 3rd order will do.<br />
<br />
TIA</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>dexterdev</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690967</guid>
		</item>
		<item>
			<title>How to do this vector operation in MATLAB ?</title>
			<link>http://www.physicsforums.com/showthread.php?t=690966&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 15:30:14 GMT</pubDate>
			<description>Hi friends, 
                I wanted a help in Matlab programming. I have some vectors as below : 
 
d4=cos(2*pi*293.665*(0:1/44100:.25));...</description>
			<content:encoded><![CDATA[<div>Hi friends,<br />
                I wanted a help in Matlab programming. I have some vectors as below :<br />
<br />
d4=cos(2*pi*293.665*(0:1/44100:.25));<br />
f4=cos(2*pi*349.228*(0:1/44100:.25));<br />
e4=cos(2*pi*329.628*(0:1/44100:.25));<br />
g4=cos(2*pi*391.995*(0:1/44100:.25));<br />
c5=cos(2*pi*523.251*(0:1/44100:.25));<br />
bb4=cos(2*pi*466.164*(0:1/44100:.25));<br />
a4=cos(2*pi*440*(0:1/44100:.25));<br />
c4=cos(2*pi*261.626*(0:1/44100:.25)); <br />
<br />
and finally a vector  x build from the above vectors :<br />
<br />
x=[c4 c4 d4 c4 f4 e4 c4 c4 d4 c4 g4 f4 c4 c4 c5 a4 f4 e4 d4 bb4 bb4 a4 f4 g4 f4];<br />
<br />
here a4 must be assigned 1, bb4 - 2, c4 - 3, d4 - 5,  e4 - 6 , f4 - 7 and  g4  - 8. I wanted to create a vector y from x. y must be as below :<br />
<br />
y = [3 3 5 3 7 6 3 3 5 3 8 7 3 3 4 1 7 6 5 2 2 1 7 8 7] ;<br />
<br />
TIA</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>dexterdev</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690966</guid>
		</item>
		<item>
			<title>LaTex: Where to store package, sty, etc files?</title>
			<link>http://www.physicsforums.com/showthread.php?t=690953&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 14:18:04 GMT</pubDate>
			<description>Hello. I am using windows 7, MikTex, and Texmaker to create LaTeX files. I am a novice user, and am confused about where to locate specific files...</description>
			<content:encoded><![CDATA[<div>Hello. I am using windows 7, MikTex, and Texmaker to create LaTeX files. I am a novice user, and am confused about where to locate specific files such as packages, .sty files, and .cl files. I use MikTex's package manager to download most, and it puts them somewhere where they are then accessible for any document I create. If it can't find what need (as indicated by an error in Texmaker), then I manually find the file online and stick it in the folder with the .txt file. Is there a place I can put these files so that I don't have to have a copy with every .txt document I have? <br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>teroenza</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690953</guid>
		</item>
		<item>
			<title><![CDATA[[Mathematica] Simple Problem with the plot function]]></title>
			<link>http://www.physicsforums.com/showthread.php?t=690661&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 00:57:33 GMT</pubDate>
			<description>I have a formula for the fibonacci sequence (with 1 being the first) and I noticed that the 12th fibonacci number was 144. I thought that was a neat...</description>
			<content:encoded><![CDATA[<div>I have a formula for the fibonacci sequence (with 1 being the first) and I noticed that the 12th fibonacci number was 144. I thought that was a neat coincidence, so I I headed over to mathematica to see if this (and 1) were the only numbers that had this property. I was almost certain that it was. So I plotted the two graphs, but only the x^2 graphed showed up. Here was my input. My question is about what I did wrong.<br />
<br />
phi := (1 + Sqrt[5])/2<br />
<br />
phih := (1 - Sqrt[5])/2<br />
<br />
f:={(phi^n)-(phih^n)}/{Sqrt[5]}<br />
<br />
y:=n^2<br />
<br />
Plot[{f, y}, {n, -20, 20}]<br />
<br />
Now, this works when I remove the phih term, which works well enough that I can clearly see that only 1 and 12 are solutions. On the other hand, this is not plotting something that it should be plotting...<br />
<br />
Anyway, thank you in advance for the help.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>PEZenfuego</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690661</guid>
		</item>
		<item>
			<title>Problems with mathematica code</title>
			<link>http://www.physicsforums.com/showthread.php?t=690595&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 19:08:48 GMT</pubDate>
			<description><![CDATA[Hello! 
 
I'm writing a paper where I'm going to use markov models to evalute a device. My base for this paper is the paper written by H. Timbley. I...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
I'm writing a paper where I'm going to use markov models to evalute a device. My base for this paper is the paper written by H. Timbley. I have never used Mathematica before and thought that I would start by trying the complete code that Timbley has written in the appendix of the paper. The code is:<br />
<br />
<em>DiscreteMath`Combinatorica`;<br />
IndexOf[vector , e ] := Position[vector, e][[1, 1]];<br />
<br />
device =<br />
{{&quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;},<br />
{&quot;Quick Defrost&quot;, &quot;Quick Defrost&quot;, &quot;Quick Defrost&quot;,<br />
&quot;Quick Defrost&quot;, &quot;Quick Defrost&quot;, &quot;Quick Defrost&quot;},<br />
{&quot;Timer1&quot;, &quot;Timer1&quot;, &quot;Timer2&quot;, &quot;Timer1&quot;, &quot;Timer2&quot;, &quot;Timer1&quot;},<br />
{&quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;, &quot;Clock&quot;},<br />
{&quot;Clock&quot;, &quot;Quick Defrost&quot;, &quot;Power1&quot;,<br />
&quot;Power2&quot;, &quot;Power1&quot;, &quot;Power2&quot;}<br />
};<br />
<br />
buttonNames = {&quot;Clock&quot;, &quot;Quick Defrost&quot;, &quot;Time&quot;, &quot;Clear&quot;, &quot;Power&quot;};<br />
stateNames = {&quot;Clock&quot;, &quot;Quick Defrost&quot;, &quot;Timer1&quot;, &quot;Timer2&quot;, &quot;Power1&quot;, <br />
   &quot;Power2&quot;};<br />
<br />
numberOfStates = Length@stateNames;<br />
numberOfButtons = Length@buttonNames;<br />
<br />
start = IndexOf[stateNames, &quot;Power1&quot;];<br />
goal = IndexOf[stateNames, &quot;Power2&quot;];</em><br />
<br />
Until then the code work just fine, but when I type in the next section described in the appendix (see below), some error codes pop up. <br />
<br />
<em>Do[randomUser[[i, IndexOf[stateNames, device[[b, i]]]]] += <br />
   1/numberOfButtons, {b, numberOfButtons}, {i, numberOfStates}];</em><br />
<br />
<strong>Error codes: </strong><br />
<em>Part::partw: Part 1 of {} does not exist. &gt;&gt;<br />
Part::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
Part::partw: Part 1 of {} does not exist. &gt;&gt;<br />
Set::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
Part::partw: Part 3 of {Quick Defrost,(Quick Defrost)^5} does not exist. &gt;&gt;<br />
General::stop: Further output of Part::partw will be suppressed during this calculation. &gt;&gt;<br />
Part::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
Set::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
Part::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
General::stop: Further output of Part::pspec will be suppressed during this calculation. &gt;&gt;<br />
Set::pspec: Part specification {}[[1,1]] is neither a machine-sized integer nor a list of machine-sized integers. &gt;&gt;<br />
General::stop: Further output of Set::pspec will be suppressed during this calculation. &gt;&gt;</em><br />
<br />
Is there anybody that could tell me what's wrong with the code?</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>johalia</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690595</guid>
		</item>
		<item>
			<title>Minimal Programming Mathematics Software</title>
			<link>http://www.physicsforums.com/showthread.php?t=690493&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 08:21:49 GMT</pubDate>
			<description>After using Matlab here and there whilst I was at university, I thought that although it was very powerful, its use was extremely cumbersome and...</description>
			<content:encoded><![CDATA[<div>After using Matlab here and there whilst I was at university, I thought that although it was very powerful, its use was extremely cumbersome and slowed down what should be fairly simple processes like making 3D plots and solving ODEs, PDEs etc. That got me wondering if there were any programs out there that take out as much of the programming as possible and let you focus more on the mathematics. So if I decided to, say, solve the 2D wave equation and create a time varying 3D plot of the result, it wouldn't take me more than 5 minutes.<br />
<br />
Are there any programs out there that allow someone to do that?</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>Alexrey</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690493</guid>
		</item>
		<item>
			<title>How do I plot this periodic step function with GNUplot?</title>
			<link>http://www.physicsforums.com/showthread.php?t=690193&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 21:07:38 GMT</pubDate>
			<description><![CDATA[[tex]\sum_{k=0}^{&#8734;} (t-2k) [u(t-2k)-u(t-2(k+1))] = f(t)[/tex] 
 
where [tex]u[/tex] is the step function and the graph of this is supposed to be 45...]]></description>
			<content:encoded><![CDATA[<div>[tex]\sum_{k=0}^{&#8734;} (t-2k) [u(t-2k)-u(t-2(k+1))] = f(t)[/tex]<br />
<br />
where [tex]u[/tex] is the step function and the graph of this is supposed to be 45 degree lines repeating to infinity. Sort of like<br />
<br />
/ / / / / / / / / ad infinitum. I took this equation out of this <a href="http://math.bd.psu.edu/faculty/jprevite/251f11/250booklaplacept2.pdf" target="_blank"> lecture note</a> on page 10. Fig 5.4 is supposedly the graph of it and example 5.27 is where they ask to solve it.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>randombill</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690193</guid>
		</item>
		<item>
			<title>How to display all calculation results in Matlab</title>
			<link>http://www.physicsforums.com/showthread.php?t=690146&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 17:46:03 GMT</pubDate>
			<description>Hi, 
 
How can I set Matlab to display all the calculation results?  
 
I am solving the system of ODEs  with large spatial variable and time step...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
How can I set Matlab to display all the calculation results? <br />
<br />
I am solving the system of ODEs  with large spatial variable and time step distribution. If I set total time to 100 with time step of 1 only the results starting from t=50 are displayed.<br />
<br />
How to fix it?:frown:<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>Ein Krieger</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690146</guid>
		</item>
		<item>
			<title>How to convert GO TO (Fortran77) to Matlab</title>
			<link>http://www.physicsforums.com/showthread.php?t=690072&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 10:28:04 GMT</pubDate>
			<description><![CDATA[I'm translating some code from Fortran77 to Matlab and I'm struggling due to the sentence GO TO is not valid in Matlab. 
Usually using sentences...]]></description>
			<content:encoded><![CDATA[<div>I'm translating some code from Fortran77 to Matlab and I'm struggling due to the sentence GO TO is not valid in Matlab.<br />
Usually using sentences while I can solve the problem but in a particular case I don't know how to face it.<br />
To put in situation, i.e:<br />
<br />
code<br />
line 1<br />
line 2<br />
...<br />
128   a=a+1<br />
<br />
if c==1 &amp;&amp; kcount &lt; 20 then<br />
line<br />
line<br />
if (h &lt; 30) then<br />
go to 128<br />
end if<br />
end if<br />
line<br />
line<br />
if (zmax == 0) go to 128<br />
if (zmin. lt. 0.999d0*zmax) go to 128<br />
line<br />
end<br />
<br />
The problem, if can be apreciated, is the go to inside the double if statement that also is in normal if statements.<br />
<br />
<br />
If it's neccesary I could write the code. <br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>Triscas</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690072</guid>
		</item>
		<item>
			<title>Any physics simulation software?</title>
			<link>http://www.physicsforums.com/showthread.php?t=690040&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 05:05:00 GMT</pubDate>
			<description><![CDATA[Is there any software for simulating physical phenomena? 
I've googled it and found one named Physion. 
It is great for fun but is too limited....]]></description>
			<content:encoded><![CDATA[<div>Is there any software for simulating physical phenomena?<br />
I've googled it and found one named Physion.<br />
It is great for fun but is too limited.<br />
Would programming be the only way or is there some ready-made program that could provide an easy environment to develop simulations.</div>

]]></content:encoded>
			<category domain="http://www.physicsforums.com/forumdisplay.php?f=189"><![CDATA[Math & Science Software]]></category>
			<dc:creator>s0ft</dc:creator>
			<guid isPermaLink="true">http://www.physicsforums.com/showthread.php?t=690040</guid>
		</item>
	</channel>
</rss>
