AHSAN

165 Reputation

6 Badges

5 years, 245 days

MaplePrimes Activity


These are replies submitted by AHSAN

@mmcdara , When I increasing my entry means from 6 to 9, I got `[Length of output exceeds limit of 1000000], How can we deal with or fix this issue?

@mmcdara Thanks, sir, it is working accordingly. In some values like epsilon=[0.5$6] you put 6 at the end. What does that mean?

@mmcdara the answers are not same.

@C_R actually, h=1+x^2, and I am interested to computing the relation for x in terms of lambda. If explaicit solution is not possible, then is it possible to generate another expression in terms of lambda for x by taking random values of involved constants, like Br=0.2, m=1 etc.? by generatung data first and then make expression

@C_R , I need to separate the value of h as an expression in terms of other parameters. I do not want to give or suppose any numeric values to the independents, like Br, N, beta, etc

@mmcdara Thanks, sir. I am changing the initial gues in the Newton method, like x = 0.1, 0.8, 1, etc., every time the method gives me different answers. How can we assure that our roots are correct? I am thinking the answer should be the same whether you apply bisection, fsolve, or the Newton method to the given expression. Besides this, I am trying to apply a Newton procedure to my expression but have not yet gotten the answers. Can you please help in this regard as well?

Newton_Method_Help.mw

@acer thanks sir, its working perfectly

@acer thanks alot sir,sir show these line according to desire position" means how can we move vertical line right or left . Similarly how can we move horizontal line upward or downword direction?

@acer thanks alot sir and you are right my commond was working for single plot but do not work for multiple lines in a sinlge graphs. Sir what does means of [2] in the commond ymin, ymax := op(plottools:-getdata(P, rangesonly)[2])

and sir is it possible to customize the both line means how can we show these line according to desire position?

@acer sir if you do not mind can you please guide about  the role of this commond and specially y in the code

r := (x,y, H, c) -> plottools:-rectangle([x-H, 0], [x+H, y], color=c):

@acer thanks sir, for help 

@acer thanks for help. I did mistake while adding expression. Sorry.  I forget to apply limit on y, actally my final expression do not depend on y. I have updated my mistake and replace with corrrect expression. I am trying to genetrate Bar graph  and code is working but its seems incorrect. Sir plaese help me to that how to adjust procedure with out y and drawbar graph for new expression. I am uploading workwheet, please have a look.

Help_Bar_Graph.mw

@sand15 sir if you are not soing help then how could I find some else.

@sand15 sir each curve have their maximum point at some vale of x, need to calculate that point for each curve and we combined all cirve we observe that the peak of each curve is smaller then other, so I am interesetd to obsrvse that difference in percentage at the maximum value of x.

for refernce I uploading a file of whihch idea wan to implemnet for my problem. This is not my problem but want to implement like this.

For_reference.mw

@sand15 let me try to explain in more detail. I have two expression A and B, the different plots has been generated on change the value of beta in expression B, while expression A do not have beta. So, when we change the values of beta in expression B and plot then display the graph of expression A and B combinely, we can observe that peak of curve B decrases as compared to curve A or in other word on incraesing the value of Beta the decreaseing trend has been observed in expression B as compred to expression A. Now I am interested to write that decraesing trend in percentage means expression B exhibit 20% or 8% decrease from expression A .

5 6 7 8 9 10 11 Last Page 7 of 21