salim-barzani

1645 Reputation

9 Badges

1 years, 83 days

MaplePrimes Activity


These are replies submitted by salim-barzani

@acer sorry for quesioning a lot .

@acer  the idea a little bit long i am not answer becuase i changed my problem, i have to work on your code really is so pretty and i have to apply for my equation all of them i will work on it after finishing my work on equation i will back to this pretty code you write and if i stuck for another question like that i will ask to help again , please give me a little time to solve my equation, and this code you write it is remove a lot of comment of reviewer of journals  i copy and paste the equation from maple to latex and if they don't so compact they will mention why you didn't do that and this process will make my paper to get revision i don't want my paper get revision and accepted at once.

@acer  i knew something is mistake but i ddin't know where my mind is busy too much, thank you so much.

@acer the last equation when i want apply some comand but i didn't get usefull one 

@JaneCherrytree  don't write with Ai share your file instead 

@Carl Love he is my friend i send him detail he posted for me ,a lot of my questions are deleted , I didn't post questions twice i will but i deleted exist ine then i will post another but they think is a repeated question 

i want plot that with make a generation parameter specialy when we do G(k,a,b,c,d,f,epsilon) in my function we have that i want to plot 2@D and 3D  but we generation parameter each time for one graph for example in first time we have G(k,1,b,c,d,e,l,epsilon)&G(k,0.5,b,c,d,e,l,epsilon)&G(k,0.2,b,c,d,e,l,epsilon) be like that also all b,c,d,e,epsilon are random parameter and k is range , i want something easy to undrestand and effective like this

Download p1.mw

@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

First 7 8 9 10 11 12 13 Last Page 9 of 41