How to convert vector to matrix?
I have a vector of dimension n with each component being an equation of a linear system.Can maple convert this Vector to a Matrix-Vector form with the matrix being constant coefficients?
View ArticlePlotting 3 planes and the intersection point
Hello allI am trying to write a tutorial about systems of linear equations, and I want to demonstrate the idea that when you have a system of 3 euqtions with 3 unknowns, the solution is the...
View ArticleSolution of PDE system
Are there anyexamples ofnetworksolutionssuch as minesystems inMaple.I wrotein theMaplesystemof partial differential equationsdescribing the processof filtration combustion.I'ma novice.I do notquite...
View ArticleDerive equations
Question regarding solving the equation systems. See maple file for equations. Equation_questions_.mw
View ArticleProblem with long execution
a system of monomials, which has 5 equations for 5 variables , have more than one solutions,first solution is my wanted solution,how to eliminate other unwanted solutions?whether1. add more equations...
View ArticleShowing linear system with for loop
Hello,i need help to translate a system which is given below to a for loop.Other wise i am writing it with myself. instead of doing it like that with(LinearAlgebra);sys := [galerkin_funcs[1],...
View ArticleHow to solve this system of ODEs?
Math_File.docxMath_File.docx I have been using MapleSoft since 2013 to solve mathematical problem. However, I could not solve the following set of differential equations. Would you please, solve the...
View ArticleWhat is my mistake?
Consider a taper steel plate of uniform thickness mm as shown in the Fig. In addition to its self weight, the plate is subjected to a point load N at its mid point. Find the global force vector [F] ,...
View ArticleBoundary Conditions
Hi. I want to solve a system of equations. But I got this type of error. >restart;>Digits := 15;>with(plots):n:=0.7:Pr=1:...
View ArticleError in dsolve/numeric/bvp
Hi. I want to solve this system of equations by varying the value of n. I managed to aolve and plot for n=1, 1.1 and 1.2 but it happens to be a problem when I let n=1.3.>restart;>Digits :=...
View ArticleHow to find the value?
How to find the value of alpha and beta?> > (1)thank you for helpingDownload Qu_3.mw
View ArticleProblem with system in two unkowns
Hello guys and gals!I'm not strong enough with maple to get what the result I want.It seems that it's because I'm asking for two lenths, and not a lenth and an angle, but I have no Idea how to tackle...
View ArticleHow to form system of equations?
Dear all Please guide me how to convert system of expressions into system of equations, so as solve them using "solve command".The following expressions are just coefficients extracted from certain...
View ArticleIs it possible to recover a system
of equations from a set of solution after solve ?what are these ways? [a = s/RootOf(_Z^2-s^2+s), b = -RootOf(_Z^2-s^2+s)/s, c = RootOf(_Z^2-s^2+s)]
View ArticlePossible point bug in Maple T.A.?
Dear Maple T.A. usersI have just begun using Maple T.A. I have access to a number of questions, some of which involves placing points in a coordinate system. It works for most students, but for a few,...
View ArticleHow to find specific solutions?
A lot of my life is at the moment spent using solve to solve systems of equations, and then trying to weed through the solutions maple gives to find the ones I am interested in. Specifically i'd like...
View ArticleHow to find polynomial map?
how to calculate the polynomial map for a system of polynomialsassume system of polynomial is in terms of a,b,chow to find polynomial map(r - something in terms of a,b,c)(u - something in terms of...
View ArticleHow is basis chosen?
I solve a linear system of equations which is rank deficient. Naturally, when Maple solves it symbolically, it chooses some of its variables to use them as a basis to express the solution. In a...
View ArticleSimplify a system of ODEs
Can Maple simplify these DE's by eliminating the d/dt VL(t) by taking the derrivative of the bottom equation and substituting in the first one?
View ArticleMinimizing errors in case of overdetermined system
Dear Maple usersIn order to solve a problem in Biology, I have come across four equations with three unknowns, making it overdetermined. The equation system does not have any specific solutions, but...
View Article