salim-barzani

1685 Reputation

9 Badges

1 years, 138 days

MaplePrimes Activity


These are replies submitted by salim-barzani

@janhardo i want like that 

 

restart; with(plots); with(LinearAlgebra); printf("Step 1: Define the wave number variable l and parameter range for plotting.\n"); lrange := -6 .. 4; f := 1; k := l; printf("Step 2: Define values for parameters.\n"); d := .2; epsilon := 1; G := proc (l, a, b, c) options operator, arrow; 2*Im(sqrt(-a^2*f*d-a*b+(1/2)*l^2-3*a+(1/2)*sqrt(-48*a^3*f*d+4*epsilon*l^3*c-24*a*epsilon*l*c+l^4+4*l^2*c^2-48*a^2*b-12*a*l^2+36*a^2))) end proc; printf("Step 4: Create individual plots for each value of a.\n"); plot1 := plot(G(l, 1, 1, 1), l = lrange, color = red, thickness = 2); plot2 := plot(G(l, 1, .5, 1), l = lrange, color = blue, thickness = 2); plot3 := plot(G(l, 1, .3, 1), l = lrange, color = green, thickness = 2); printf("Step 5: Overlay all plots together with proper labels and legend.\n"); overlay := display([plot1, plot2, plot3], title = "Overlay of G(l) for a = 1, 0.5, 0.3", labels = ["Wave number l", "Growth rate G(l)"], legend = ["a = 1", "a = 0.5", "a = 0.3"], axes = boxed, size = [600, 500]); printf("Step 6: Display the final combined plot.\n"); overlay

Step 1: Define the wave number variable l and parameter range for plotting.
Step 2: Define values for parameters.
Step 4: Create individual plots for each value of a.
Step 5: Overlay all plots together with proper labels and legend.
Step 6: Display the final combined plot.

 

 

NULL


 

Download p1.mw

@janhardo i have another function insttead of m  what this 

plot-w.mw



Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/pp.mw .
 

Download pp.mw

 

@janhardo here 

@janhardo k is range instead of l in first picture

@janhardo i want plot w in second picture write in simple shape and you can change  other parameter too for example first picture  change parameter in first (a) then another picture k and so on in each one of them somethng will happen

@janhardo can you use your Ai for ploting this for me ?  i want like second picture, instead of m you have w in picture one

@janhardo this is don't have any different from mine . it is same . but is wrong, and i don't have any time for waiting i have to answer this until night , this is easy example mine is further hard.

@janhardo I have to find it 

@janhardo  i need the code for solving other steb by step, my code not working they stuck

@janhardo i am  looking for finding how he reach this achievment becuase my pdf is different from this but how seperate how find coeffiecent this is importan for me ...

@dharr i Hope you don't be mad at me about last my question which you said i can't help you , the solving question didn't have any issue but just constructing equations are difficult by hand instead of making them one by one by hand i try to say there is any way for construct them by code automatically ,
thanks again

@janhardo  have a trick for solving, and we have to do odetest for each solution to satisfy ode

@Alfred_F this method is new , it is easy but need a undrestanding, because this all solution must satisfy the ode, i hope some one undrestand and give me a good solution

@dharr @mmcdara  

Please don’t make it sound like you’re doing me a favor as a burden. I truly appreciate your efforts and the help with the code, but the way it's being said makes it seem like I did something wrong on purpose , which I definitely didn’t.
The code I shared was from an older version. I only modified it where I thought it was necessary. I’ve been working on a new equation, and since the structure was similar, I assumed it wouldn’t make much of a difference , just the equation itself was new.
I couldn’t have known that a small change would be considered so significant. At the end of the day, the core idea remains the same, and if someone is experienced in the work, they’ll easily recognize that.

betwen this file and sys there is not different just ode equation is different the idea it same 

old-orginal.mw

@Alfred_F i try to figure out but i don't have idea about this 

 

First 9 10 11 12 13 14 15 Last Page 11 of 43