kambiz1199

170 Reputation

5 Badges

8 years, 22 days

MaplePrimes Activity


These are questions asked by kambiz1199

restart;
with(LinearAlgebra);
b := Matrix(3, 6, [[-1/2, 0, 1/2, 0, 0, 0], [0, 0, 0, -1/2, 0, 1/2], [0, -1/2, -1/2, 1/2, 1/2, 0]]);
i want  to show like this

How can a horizontal axis be curved in a plot? like this

plot(F*r*sin(theta) - m, theta = 0 .. Pi)

how can i sort [x,x/3] to [x/3,x]

sort([x, x/3]) ?

hello. i write a for loop and i want to maple give me the answer like the below pic
thanks in advance

for oo to 2 do
    M[oo] := EI*(4*theta(oo) + 2*theta(oo + 1))/L;
end do;

i want that maple show the value on countor plot like this

with(plots)

contourplot(x*y/486, x = -h/2 .. h/2, y = -a/2 .. a/2, filledregions = true)

1 2 3 4 5 6 7 Last Page 1 of 11