MaplePrimes Questions

Hi,
not being used to work with Maple, I cannot figure out how to solve the following problem.

I want to verify if the positive semidefiniteness of a given 20x20 matrix A (depending on 10 real variables x_1, ..., x_10) implies the positive semidefiniteness of another 4x4 matrix B (depending on the same 10 variables). The entries of each matrix are linear in the given variables, at most depending on 3 variables. The 20x20 matrix is rather sparse.

What I tried is the following:

Hello, In maple, I am defining a differential equation similar to: (x^2)*diff(y(x), x$2)+x*diff(y(x),x)= a cubic in y(x). When I try to solve this using dsolve, numeric, I receive some form of memory error, stating that something small*I cannot be stored in datatype = float[8]. Sorry this isn't too specific - if you need more info or the boundary conditions, or perhaps the error message word-for-word, I'll reply with it when I get to my other laptop. Thank you very much for your help in advance, Marc

i have two questions here 1st how to do for llop and save the results in array or vector like : > for i to 5 do f[i] := 5.*i end do; the 2nd question is how to take the square root of each element of a give matrix like: A:=Matrix(9,9,9) how to take sqrt of elements to make it (9,9,3) ,and if i have two matrices A(9,9) and another one B(9,9), how to divide each element of A to its corresponding value in B???? i know maybe they are easy questions ,but iam just beginner .
hi, i have been trying to solve this. x^2 = 670 (mod 291). or x^2 - 291*y = 670. I have been trying to find x^2 manually, but it is taking a lot of time. is there any program that could go through the square numbers from 1, 2, ..., 291 to find x^2 = 670 (mod 291). many thanx, antonio
why the following returns false? > 2*Pi*V*(2*m)^(3/2)*sqrt(Pi)/(h^3*(2*beta^(3/2))) = V/(h/(2*Pi*m/beta)^(1/2))^3; "(->)" false "(->)" (3/2) (1/2) (3/2) (3/2) (1/2) (3/2) 2 Pi V 2 m 2 Pi V 2 m ------------------------- = ------------------------- 3 (3/2) 3 (3/2) h beta h beta
hi is there any any one can help me i can`t find maplenet component, pleas help me thanks

I am plotting flux values using contourplot3d. But I am only allowed to give two colors in contourplot3d option (eg. coloring=[red, blue]). This gives a contour plot that is a combination of these two colors. eg. But i want different colors to denote different flux ranges and so I need atleast 4 colors. Is there anything I can do? Thanks

Hello, I have about 80 equations for x and 80 equations for y. They are called Sx_0 .. Sx_80 for x and Sy_0 .. Sy_80. They all depend on parameter m.

I want to define a new piecewise function P such as,

P evaluated at m=i  is equal to [  Sx_floor(i) evaluated at i , Sy_floor(i) evaluated at i ]

For example,

Hi

I want to derive an incompressible Navier Stokes equations with Maple for Conical Coordinate System.

In the beginning I'd like to derive NS equations in the Cartesian coord. system:

 

with(Student[VectorCalculus]):

V:=VectorField();

NS:=Diff(V,t)+DirectionalDiff((V . Del),V)=-Gradient(P)/ro+ni*Del . Del . V

 

Obviously something wrong with this writing.

Please help

Mark

Hi all,

 

I want to know how to represent a summation of the form:

and solve for xn.

My reason is that I want to solve:for yn where MUx is the average for x ditto for MUy.

 

Thanks!

i have a question with plotting i have a vector X of length (10) and matrix U, that its size is (10,20), how can i plot the vector X with each column in matrix U in the same figure ????????????????

Hello

I wonder how the following piecewise function can be plot in maple (showing the dirac function).

f := piecewise(t < 0, 0, and (t >= 0, t < 1), 1, and (t >= 1, t < 2), (-2+t)^2, t > 2, t = 4, Dirac(t-4))

plot(f,t=-10..10) does not show the dirac function.

Many thanks

Ed

PS.  I saw a solution using op but I could not follow what was done.

 

 

 

Hello,

I have defined an expression f. This expression f, when integrated from 18 to b, is equal to 20. My goal is to find this b value. Since the integral is very hard to solve symbolically. This is what I did:

 

with(Student[Calculus1]);
ApproximateInt(f, t = 18 .. b, method = simpson);

by trying some random numbers v, I have found the approximate value of b.

 

First 2017 2018 2019 2020 2021 2022 2023 Last Page 2019 of 2434