How can I get the Transfer Function from an Equation System
Hi, I am new in Maple. If I have an electric network as in the figure, I want to get the Transfer Function V2(s)/Vi(s) from this equation system:Vi=R1.I1+V1Vi=R2.I2+V2I1-I2=C1.dV1/dtI2=C2.dV2/dtWhich...
View Articlesolve a system of 3 equations
I want to get solutions of this system ,can anyone help me ?solutions.mw
View ArticleFinding the eigenvalues
Hello guys,I have some system of differential equations,How can i find eigenvalues of this system? If i have solutionres := evalf(dsolve(sys union ics, convert(x, list), type = numeric, method =...
View ArticleWhy Maple does not solve this simple system of differential equations?
Hi,Can somebody help me to find out why Maple can't completely solve this system of differential equations?The answer to the previous command is but I don't get the solution for u(x). This should be...
View ArticleSolve nonlinear system of equations
HiI have a nonlinear PDEs, solved using finite difference in the squareI get the following nonlinear system of equation. Is there any idea how correct the code and display the solution.I will...
View ArticleHow to draw this graph?
A system of algebraic equationin terms of x, y, zhow draw 3 different circles to show the range of possible values for x, y and z respectively?it may not be a circle It may be 3 bounded area graph to...
View ArticleFirst positive solution of trigonometric sys of eqs
I want to find the first positive solution of the system of trigonometric equations inside the loop.The solutions are in the form of "d=number*_Z +number" but I need one exact solution to use it for...
View Articlesuggestion on faster solving set of nonlinear ODEs
#first_question :how can i solve set of nonlinear ODEs,faster or using any packages ? #second_question :what can be some boundary conditions for this type of nonlinear ODEs? how many BCs are required...
View Articlehow to solve this system?
updated:P := evalm(p2 + c*vector([cos(q1+q2+q3), sin(q1+q2+q3)])); restart: with(Groebner): p1 := vector([a*cos(q1), a*sin(q1)]); p2 := evalm(p1 + b*vector([cos(q1+q2), sin(q1+q2)])); P := evalm(p2 +...
View ArticleFsolve, 20 ecuations, 20 unknows
Hi, i wonder if there is a way to solve this 20×20 equations system for maple. Im trying fsolve but it doesn't work. aceitoso...
View Articleapply while loop inside other while loop
iam trying to apply newton method on non liner system but i have a problem for apply while loop inside other while loop any help please> > > > > > > > > > > (1)>...
View ArticleSolve nonlinear system of equations
HiI have a nonlinear PDEs, solved using finite difference in the squareI get the following nonlinear system of equation. Is there any idea how correct the code and display the solution.I will...
View ArticleHow to solve this nonstandard system?
Namely, I mean solve({y >= 4*x^4+4*x^2*y+1/2, sqrt((1/2)*(x-y)^2-(x-y)^4) = -2*x^2+y^2}, [x, y]); []The answer (no solution) is not correct in view of eval({y >= 4*x^4+4*x^2*y+1/2,...
View ArticleHow to solve equation system?
Hi,i want to solve equation system u0(x,t),u1(x,t),v1(x,t),v0(x,t)v2(x,t) dependent on f(x,t).I attached file. Thanks in advance.worksheet.mwworksheet.mw
View Articlewhy doesn't fsolve command return the same equations when trying to...
why doesn't fsolve command return the same equations when trying to numerically solve a system of equations such as: x[j-1]-2x[j]+x[j+1]=0, j=3...98? how do you fix the solve command so epsilon is...
View Articlefsolve function doesnt work on a system of equations
equations:x[j-1]-2x[j]+x[j+1]=0, j=3...98 where x[j] is x-sub -j-2x[1]+x[2]=5x[1]-2x[2]+x[3]=-4x[98]-2x[99]+x[100]=-8x[99]-2x[100]=13 I'm trying to solve them using Isaac Newton's method for numerical...
View Articlehow to solve this system?
updated:P := evalm(p2 + c*vector([cos(q1+q2+q3), sin(q1+q2+q3)])); restart: with(Groebner): p1 := vector([a*cos(q1), a*sin(q1)]); p2 := evalm(p1 + b*vector([cos(q1+q2), sin(q1+q2)])); P := evalm(p2 +...
View ArticleWant to solve the system of algebraic equations
Hello dear!Hope everyone is fine. I want to solve the system of algebraic equations. The answer of c[i]'s should be in term of q. Please see the attachment and fix the problem for any value of M. I am...
View ArticleProblem to solve the system of linear equations
Dear all!I am facing problem to find the solution of system of linear equations as attached for different values of alpha, please the see the attachment and fix my problemEquations.mwThanks in advance
View ArticleFinding a numerical solution to a system of nonlinear inequalities
Hello, I am facing a problem, I have a system of nonlinear inequalities that has solutions for the sake of the example: xy-1<0, x>0, y >= 1 Here we can just say that for any 1>x>0, the y...
View Article