emma hassan

45 Reputation

9 Badges

11 years, 282 days

MaplePrimes Activity


These are replies submitted by emma hassan

@Carl Love yeah i want to plot multigraph in which i have to plot exact solution written under F and the coefficients value  of a-1, a0 ,... which i got as output.

@Carl Love yeah i want to plot multigraph in which i have to plot exact solution written under F and the coefficients value  of a-1, a0 ,... which i got as output.

but sir by doing this am not able to plot values of a-1, a0, ....
Only am getting red line for exact solution. But i want to plots bhot exact solution and a's values obtained above.

but sir by doing this am not able to plot values of a-1, a0, ....
Only am getting red line for exact solution. But i want to plots bhot exact solution and a's values obtained above.

working_nonlinear_(1.mw sir check this one please

working_nonlinear_(1.mw sir check this one please

Thanks a lot sir for helping me but sir i need help in solving this matrix. I want values of coefficients a0, a1,..., am+1.  please help me in solving this system Ax=b written in the end of file i have atached. 

Thanks a lot sir for helping me but sir i need help in solving this matrix. I want values of coefficients a0, a1,..., am+1.  please help me in solving this system Ax=b written in the end of file i have atached. 

sir please kindly check this worksheet too working.mw

sir please kindly check this worksheet too working.mw

sir in this you have specified but in actual i want some different values instead of like 

``

a := Matrix(8, 8, {(1, 1) = 0, (1, 2) = 1, (1, 3) = 4, (1, 4) = 1, (1, 5) = 0, (1, 6) = 0, (1, 7) = 0, (1, 8) = 0, (2, 1) = 0, (2, 2) = -1, (2, 3) = 0, (2, 4) = 1, (2, 5) = 0, (2, 6) = 0, (2, 7) = 0, (2, 8) = 0, (3, 1) = 6, (3, 2) = 2*x, (3, 3) = 3, (3, 4) = 4, (3, 5) = 9, (3, 6) = 0, (3, 7) = 0, (3, 8) = 0, (4, 1) = 0, (4, 2) = 6, (4, 3) = 2*x, (4, 4) = 3, (4, 5) = 4, (4, 6) = 9, (4, 7) = 0, (4, 8) = 0, (5, 1) = 0, (5, 2) = 0, (5, 3) = 6, (5, 4) = 2*x, (5, 5) = 3, (5, 6) = 4, (5, 7) = 9, (5, 8) = 0, (6, 1) = 0, (6, 2) = 0, (6, 3) = 0, (6, 4) = 6, (6, 5) = 2*x, (6, 6) = 3, (6, 7) = 4, (6, 8) = 9, (7, 1) = 0, (7, 2) = 0, (7, 3) = 0, (7, 4) = 0, (7, 5) = -1, (7, 6) = 0, (7, 7) = 1, (7, 8) = 0, (8, 1) = 0, (8, 2) = 0, (8, 3) = 0, (8, 4) = 0, (8, 5) = 1, (8, 6) = 4, (8, 7) = 1, (8, 8) = 0})


Download matrix....mw

sir in this you have specified but in actual i want some different values instead of like 

``

a := Matrix(8, 8, {(1, 1) = 0, (1, 2) = 1, (1, 3) = 4, (1, 4) = 1, (1, 5) = 0, (1, 6) = 0, (1, 7) = 0, (1, 8) = 0, (2, 1) = 0, (2, 2) = -1, (2, 3) = 0, (2, 4) = 1, (2, 5) = 0, (2, 6) = 0, (2, 7) = 0, (2, 8) = 0, (3, 1) = 6, (3, 2) = 2*x, (3, 3) = 3, (3, 4) = 4, (3, 5) = 9, (3, 6) = 0, (3, 7) = 0, (3, 8) = 0, (4, 1) = 0, (4, 2) = 6, (4, 3) = 2*x, (4, 4) = 3, (4, 5) = 4, (4, 6) = 9, (4, 7) = 0, (4, 8) = 0, (5, 1) = 0, (5, 2) = 0, (5, 3) = 6, (5, 4) = 2*x, (5, 5) = 3, (5, 6) = 4, (5, 7) = 9, (5, 8) = 0, (6, 1) = 0, (6, 2) = 0, (6, 3) = 0, (6, 4) = 6, (6, 5) = 2*x, (6, 6) = 3, (6, 7) = 4, (6, 8) = 9, (7, 1) = 0, (7, 2) = 0, (7, 3) = 0, (7, 4) = 0, (7, 5) = -1, (7, 6) = 0, (7, 7) = 1, (7, 8) = 0, (8, 1) = 0, (8, 2) = 0, (8, 3) = 0, (8, 4) = 0, (8, 5) = 1, (8, 6) = 4, (8, 7) = 1, (8, 8) = 0})


Download matrix....mw

@Kitonum i have made a prototype model for you of m=3

NULL

a := Matrix(8, 8, {(1, 1) = 0, (1, 2) = 1, (1, 3) = 4, (1, 4) = 1, (1, 5) = 0, (1, 6) = 0, (1, 7) = 0, (1, 8) = 0, (2, 1) = 0, (2, 2) = -1, (2, 3) = 0, (2, 4) = 1, (2, 5) = 0, (2, 6) = 0, (2, 7) = 0, (2, 8) = 0, (3, 1) = a[-2, 0], (3, 2) = a[-1, 0], (3, 3) = a[0, 0], (3, 4) = a[1, 0], (3, 5) = a[2, 0], (3, 6) = 0, (3, 7) = 0, (3, 8) = 0, (4, 1) = 0, (4, 2) = a[-1, 1], (4, 3) = a[0, 1], (4, 4) = a[1, 1], (4, 5) = a[2, 1], (4, 6) = a[3, 1], (4, 7) = 0, (4, 8) = 0, (5, 1) = 0, (5, 2) = 0, (5, 3) = a[0, 2], (5, 4) = a[1, 2], (5, 5) = a[2, 2], (5, 6) = a[3, 2], (5, 7) = 0, (5, 8) = 0, (6, 1) = 0, (6, 2) = 0, (6, 3) = 0, (6, 4) = a[1, 3], (6, 5) = a[2, 3], (6, 6) = a[3, 3], (6, 7) = a[4, 3], (6, 8) = a[5, 3], (7, 1) = 0, (7, 2) = 0, (7, 3) = 0, (7, 4) = 0, (7, 5) = -1, (7, 6) = 0, (7, 7) = 1, (7, 8) = 0, (8, 1) = 0, (8, 2) = 0, (8, 3) = 0, (8, 4) = 0, (8, 5) = 1, (8, 6) = 4, (8, 7) = 1, (8, 8) = 0})


Download matrix....mw

@Carl Love I just went through ?simplify,siderels and found some thing which i requried but again this command doesn't worked. I tried something like this working.mw.

@Carl Love I just went through ?simplify,siderels and found some thing which i requried but again this command doesn't worked. I tried something like this working.mw.

1 2 3 4 5 6 7 Page 1 of 7