How do I solve a system of equations in maple?
HiHow can i solve this system of equations:N and P are variables and the others are constant numbers.I used "solve" function but the results are:piecewise(And(1 < c, 1 < d, 1 < k, 0 <...
View ArticleHow to select one specific element from 'allvalues'?
Hello guys, I'm a new user of Maple and I'd love some help.I'm trying to solve a cubic equation with four variables, and plot the imaginary part of 'w' as a function of 'x' for different values of 'y'...
View ArticleGraphTheory: True/false-statement comparing list of edges with a list of...
Suppose there is a list with edges (L1): [{3,5},{4,3},{4,6},{3,2},{2,6}] and a list with vertices (L2): [1,5,4].I would like to get a true-statement when a number of L2 appears in one of the edges of...
View Article"solve" function not working properly
I simply used solve to solve an equation but it doesn't work properly , Here is my code :
View ArticleHow do I solve an propositions such as this (exists/forall)?
How would I go about getting true or false returned on these propositions? I have tried just about every eval and various syntax methods, but nothing has worked so far.I know most can easilly be done...
View ArticleHow to Partially Solve a System of Equations
I'm attempting to find the eigenvectors of a matrix without using the eigenvector function.The matrix in question is a covariance matrix:XCov:=Matrix([[4048/5, -817/5, -122/5], [-817/5, 921/10,...
View ArticleFinding Intersection of Parametrics;
Hi,How would I tell maple to solve for the variable t? The answer should be 4. [t-2,(t-2)^2][(3t/2)-4,(3t/2)-2]I need to set them equal to eachother and then solve for t. Thanks!
View ArticleSolving a System over a Restricted Domain
Hi,Persay I have a sinusodal function or dampened sinusodial; it is understand that the domain is from negative infinity to infinity. Say I wish to find the zeros or a certain y value of a sinusodial...
View Articlehow can solve ordinary differenatial equation?
how can solve ordinary differenatial equation in maple?how can use laplce transformation for this equation in maple?U0 := proc (x) options operator, arrow; cosh(sqrt(2)*x)-1 end proc; sys_ode :=...
View ArticleHow to select one specific element from 'allvalues'?
Hello guys, I'm a new user of Maple and I'd love some help.I'm trying to solve a cubic equation with four variables, and plot the imaginary part of 'w' as a function of 'x' for different values of 'y'...
View Articlehelp me to solve the eqution by ritz methode codes
how i can solve the eqution by ritz methode codes?
View Articlehow I can find solutions for non linear equations (solve)
how I can find solutions for non linear equations.I want to find non zero solution.thank youZAH.mwMaple Worksheet - Error Failed to load the worksheet /maplenet/convert/ZAH.mw . Download ZAH.mw
View ArticleFix error missing operation
restart; solve({12 beta k^2 w alpha[2]+k alpha[2]^2, 56 beta k^2 m w alpha[2]+4 beta k^2 w alpha[1]-4 A k^2 alpha[2]+8 k m alpha[2]^2+2 k alpha[1] alpha[2]0, 104 beta k^2 m^2 w alpha[2]+16 K beta k^2 w...
View Articlesolve equations and obtain constants
Hi everybody: I have 12 equations with 12 unknowns(c(1),c(2),...,c(12) and omega), I want to obtain c(1),c(2),...,c(12) and omega, how can I do it? The Maple file(solve.mw) is attached. with...
View ArticleInverse of the CDF of a Gamma RV
Hi, The CDF of a continuous random variable of support S is a bijective function f : S --> [0, 1]. So I expected that Maple would return only one solution when the command solve(f(t)=u, t) assuming...
View ArticleHelp solve equation
I have this equation but maple solve root is 2Root_eq.mwRoot is 4 x1 =1, x2= 8.95006470,x3 =0 .6939575785x4 = -0.6440222825
View ArticleHow to solve this system of equations?
I am trying to solve the system of equationswith(RealDomain); solve(x^2+y^2+z^2-4*x+6*y-2*z-11 = 0, 2*x+2*y-z = -18], [x, y, z]); I didn't get the result x = - 4/3, y = -19/3, z = 8/3. How can I get...
View Article