emma hassan

45 Reputation

9 Badges

11 years, 253 days

MaplePrimes Activity


These are replies submitted by emma hassan

I want to place these conditions in eval statement 
y(0)-(ⅆ)/(ⅆ x) y(0)-2((ⅆ)^(2))/(ⅆ x^(2)) y(0)=5  (ⅆ)/(ⅆ x) y(0)-((ⅆ)^(2))/(ⅆ x^(2)) y(0)=7 2(ⅆ)/(ⅆ x) y(0)+3((ⅆ)^(2))/(ⅆ x^(2)) y(0)=-6

and i am now using this form 

``

E[0] := simplify(eval(f, [x = 0-(diff(f(x), x)) and 0-(diff(f(x), x)) = 0-2*(diff(f(x), x, x)) and 0-2*(diff(f(x), x, x)) = 0]) = 5); E[1] := simplify(eval(f, [diff(f(x), x) = 0-(diff(f(x), x, x)) and 0-(diff(f(x), x, x)) = 0]) = 7); E[0] := simplify(eval(f, [2*(diff(f(x), x)) = 0+3*(diff(f(x), x, x)) and 0+3*(diff(f(x), x, x)) = 0]) = -6)

so let me know am i in right direction

I want to place these conditions in eval statement 
y(0)-(ⅆ)/(ⅆ x) y(0)-2((ⅆ)^(2))/(ⅆ x^(2)) y(0)=5  (ⅆ)/(ⅆ x) y(0)-((ⅆ)^(2))/(ⅆ x^(2)) y(0)=7 2(ⅆ)/(ⅆ x) y(0)+3((ⅆ)^(2))/(ⅆ x^(2)) y(0)=-6

and i am now using this form 

``

E[0] := simplify(eval(f, [x = 0-(diff(f(x), x)) and 0-(diff(f(x), x)) = 0-2*(diff(f(x), x, x)) and 0-2*(diff(f(x), x, x)) = 0]) = 5); E[1] := simplify(eval(f, [diff(f(x), x) = 0-(diff(f(x), x, x)) and 0-(diff(f(x), x, x)) = 0]) = 7); E[0] := simplify(eval(f, [2*(diff(f(x), x)) = 0+3*(diff(f(x), x, x)) and 0+3*(diff(f(x), x, x)) = 0]) = -6)

so let me know am i in right direction

yeah this is what i want but its for 4 x 4 matrix please help me to write it for m x m matrix.

yeah this is what i want but its for 4 x 4 matrix please help me to write it for m x m matrix.

@Carl Love Am getting no result

Sir thank you so much You really helped me alot

Sir thank you so much You really helped me alot

Sir i need more help regarding graphs. I am trying to plot points but also want each point with value of x like [0,1.0001628], [0.031,0.9684260],... where x comes from
x=i*h

please help me in which direction should i go checking.mw

Sir i need more help regarding graphs. I am trying to plot points but also want each point with value of x like [0,1.0001628], [0.031,0.9684260],... where x comes from
x=i*h

please help me in which direction should i go checking.mw

thnaks alot sir. It worked..

thnaks alot sir. It worked..

@Carl Love yeah you are right N and n intends to be same i wrote it by mistake and U have columns from 0..m
S0 kindly sir help me in this thanks

thnaks for helping but still am stuck y am my loop is not getting values of B in matrix checking.mw 

thnaks for helping but still am stuck y am my loop is not getting values of B in matrix checking.mw 

Gonna attach one code made my colleague few years back. Similarly want this type of output for my file attached above. Hope u get it what i want PDE-2-r=0.625...mw

1 2 3 4 5 6 7 Page 2 of 7