Straight_Flush

0 Reputation

2 Badges

15 years, 44 days

 

--

Regards,

G.B.

MaplePrimes Activity


These are replies submitted by Straight_Flush

@Doug Meade Please check if you can view the worksheet now ...

 

(1)

/* DCr = 1 .. has been assumed for simplicity */

(2)

/* Representing the above two equations in simple form, i.e. as shown in eq4 and eq5, we get ... ... ...*/

(3)

(4)

/* where _C1 from _F1=A, _C2 =B, c1=C, _C1 from _F2 =E */

(5)

/* We know the values of CFr for certain values of x .. applying the same below, we get .. */

(6)

(7)

(8)

(9)

(10)

(11)

/* Please evaluate why the 'solve' command is not working here .. it will be of immense help to me .. Thank you */



Download Simultaneous_Eq_2.mw

@ Doug : I have uploaded the file again and also have pasted the equations for your convenience.

@ John: Actually, the starting equations namely, eq1 and eq2 are the functions returned by pdsolve (symbolically solved). And the original equation for that is this ...

eq0 := diff(CFr(x, t), t)-(diff(DC*(diff(CFr(x, t), x)), x)) = 0

where DC is a constant and assumed to be equal to 1 for simpler calculation steps.

When you solve the above equation symbolically you will get a solution with 2 arbitrary functions _F1 (second order diff equation) and _F2 (first order diff equation). And eq1 and eq2 are _F1 and _F2 respectively.

Could you please give it an another try?

Thank you.

 

 

Simultaneous_Eq.mw

 



 

 

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

 



Download Simultaneous_Eq.mw

 

--

Regards,

G.B.

Page 1 of 1