salim-barzani

1555 Reputation

9 Badges

1 years, 16 days

MaplePrimes Activity


These are replies submitted by salim-barzani

@janhardo i didn't see last comment of you

@janhardo  no comment

@janhardo can we plot this is 3D shape

@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

3 4 5 6 7 8 9 Last Page 5 of 37