How do I solve system of non linear equations?
Sir please help me to solve following system of non linear equation, x+y=1y=x^2-5
View ArticleCan MAPLE 18 solve coupled nonlinear PDEs on (x,y,t)
Dear SupportI am attempting to model quantum dynamics, and have defined a coupled set of nonlinear PDEs I would like to solve for coupled solutions u(x,y,t) and v(x,y,t) using MAPLE 18.I attach an...
View ArticleDetermine the dimension of the system solution space
Determine the dimension of the system solution space:
View ArticleHow do I solve recursively of a system of linear equations in Maple?
I have a system of linear equations with a fixed number of equations, but the stracture of the system varies in T. I have solved the system for a fixed T and have to run for each value of T, which is...
View ArticleHow to solve system of PDEs in maple?
I want to solve the following system using PDE Solve command but finding an error. Please help me in this regard. Thanks! restart; d1 := 1; d2 := 1; AA := 0.2e-2; BB := 0.79e-1; L := 1; with(PDEtools,...
View ArticleTrying to solve a symbolic linear system
I'm trying to solve the following linear systemeq1 := -t*x + y*z = j; eq2 := t*x + y*z = -m; eq3 := t*z - x*y = -b; eq4 := t*z + x*y = a;I have made many unsuccessful attempts.Would anyone have the...
View ArticleSystem of pdes unable to get the solution and plot
Dear maple user ,while solving the system of pdes i am getting the errors and unable to plot the curves. please help me to rectify the errors and plot the curves.Thanks in advance restart;...
View ArticleHow do I solve system of non linear equations?
Sir please help me to solve following system of non linear equation, x+y=1y=x^2-5
View ArticleSystem of equations
Hi , I have a system of equations and initial or boundary conditions. My.question how to solve these equations and their conditions together? And I can’t use dsolve because my result system doesn’t...
View ArticleHow to draw phase portrait of nonlinear dynamical system in Maple?
I am slightly new to maple and have the following problem... I need to draw phase portrait of nonlinear dynamical system (differential equasion: ), where function is a hysteresis loop with parameters...
View ArticleThe solution of the system of symbolic equations
I have problem with usage of solve for the solution of the system of six and eight symbolic equations. I need to get expressions for variables: R__xl, R__xs, R__xsi, R__zl, R__zs, R__zsi, dbeta__l(t),...
View Articlehello guys, i really wondered if there any way to solve this complex system ,...
it really confused, with generating different sample some times the command fsolve is working and some times don't . is there any other way to solve this system of equations. because I am going to...
View Articlehow to use fsolve in maple?
i wanna solve a system of equations using ''fsolve'', I have found this example:fsolve({2*x-x*y=0,-y+3*x*y=0},{x,y}, {x=0.1..5,y=0..4});but i wanna understand how does this work,and what is the...
View ArticleMaple 2020 install question 64x or 32x?
I rescently downloaded and installed my new Maple 2020 on my Windows 10 64x computer.I noticed this in the install log: Log started 06/13/2020 at 03:25:42 Preferred installation mode : win32...
View ArticleTrying to solve a symbolic linear system
I'm trying to solve the following linear systemeq1 := -t*x + y*z = j; eq2 := t*x + y*z = -m; eq3 := t*z - x*y = -b; eq4 := t*z + x*y = a;I have made many unsuccessful attempts.Would anyone have the...
View ArticleFractional partial differential equations
I working on wavelets method to solve fractional partial differential equations. The problem when I solved and create a system of algebraic equation using Newton itertaion method the system not solved...
View ArticleHow do I solve symbolic linear equations (which are homogenous of degree 1)...
Dear Maple community,I am trying to solve a system of linear equations, each of which is homogenous of degree 1 (i.e., defined up to a scale/constant factor), and was wondering whether one can use...
View ArticleHow to plot contourplot for 2 parameters involved in System of Differential...
I want to plot a contour plot for variation of 2 parameters involved in the system of differential equations.dsys6 := {x(t)^2 + n*y(t)^2 = 1, diff(x(t), t, t) = -2*m*x(t), diff(y(t), t, t) = -2*m*y(t)...
View ArticleHelp solve the system of equations
restart; N := 10; h := 0.1e-1; print(??); # input placeholder r := 0.2e-1; for n to 10 do xn := sin(h*n) end do; print(`output redirected...`); # input placeholder...
View ArticleSolve system of 9 quadratic equations in 12 variables
Hello everyone,I'm trying to solve a system of 9 quadratic equations in 12 variables. I would like to know if there exists at least one solution, where the variables are different from zero, but the...
View Article