unknowns contains repeated elements: [1, 0]
Dear all Using cubic spline interpolation to interpolate a given function I get the follwoing error Warning, solving for expressions other than names or functions is not recommended. Error, (in...
View Articlemanipulate the output of solve
Hey! I am using the solve function and I get the following form of the result :rootsq0 := {z = 9.096986124+3.141592654*I}, {z = 1.138376998+3.141592654*I}, {z = .3074241220+3.141592654*I}, {z =...
View ArticleBases of algebraic field extensions.
If I setB:=[1,2^(1/3),2^(2/3),I*sqrt(3),I*sqrt(3)*2^(1/3),I*sqrt(3)*2^(2/3)];and then letg:=B[2]+B[4];I would like to be able to solve for g^2 in terms of the (basis) B,...
View ArticleHow to find number a, b, c, d, m so that this equation has four integer...
I am trying to find the integer numbers a, b, c, d, m so that the equation(x−a)(x−b)(x−c)(x−d)=mwhere a+d=b+c and m≠0 has four integer solutions.I found this equation randomlysolve((x-5) (x-3) (x+6)...
View ArticleRootOf not being removed with allvalues, any thoughts?
RootOfQuestion.mwHi Everyone, so i understand (to the best of my knowledge) the purpose of RootOf and I have worked with them before but now for some reason when i try to use allvalues to express the...
View Articleshow steps for isolate function
helle to your all as i can see there are functions to show steps of a calculationsuch as ExpandSteps() and ShowSolution()but would it not be possible to use these or some other function to show steps...
View ArticleHow to find point of intersection from graph
Hi, how to find the point where two lines intersect each other by using the command.Help_point_of_intersection.mw
View Articlehow to write loop and solve the algebric expression?
Hi, how to write a loop and solve the algebraic expression? is the loop and do loop are the same thing? if different then pls mention how to solve the same question by using do loop? solution_loop_help.mw
View ArticleCan this equation has four integer solutions?
Can this equation has four integer solutions? I am consider the equation a^2*x^2/(x-a)^2+x^2 = m/n and trying to find the integer numbers a, m, n so that the given equation has integer...
View ArticleBases of algebraic field extensions.
If I setB:=[1,2^(1/3),2^(2/3),I*sqrt(3),I*sqrt(3)*2^(1/3),I*sqrt(3)*2^(2/3)];and then letg:=B[2]+B[4];I would like to be able to solve for g^2 in terms of the (basis) B,...
View ArticleHow to solve matrix question in maple?
Hi, does anyone help me to solve some matrix question in maple. pls have look on my worksheet Help_Matrix.mw
View ArticleBug in RealDomain
For the following equation, eqn:=1.35150599852371*10^10 = 2.45634141630387*10^7*x + 50.7216626470812*x^4 + 6.20132964743411*10^7*x^2 + 1.26328819483651*10^10 + 112528.172146835*x^3using solve gives 4...
View ArticleRootOf interpretation
I was hoping to find a nice symbolic solution for the root of this equation:a,c,d,k are parameters. Unfortunately, I got an RootOf expression, which does not make sense to me. Assumptions do no help...
View ArticlePolynomials: How do I determine the linear factors?
Show that x-2 is a factor of p(x)=x^3+3x^2-4x-12I)determine all the linear factors of p(x)ii)what are the zeros of y=p(x)iii)sketch function y=p(x)
View ArticleNumbering of constants
Good afternoon. How do I disable the numbering of _Z constants? Because of this, you can't use the procedure in a loop Is it possible to disable numbering or do something else? > (1)> >...
View ArticleSimultaneous Solutions
As a new user to Maple, I'm having trouble with something that should be simple - obtaining an algebraic simultaneous solution for two variables from two simple algebraic equations:K1= N*(R9 + R6) + R9...
View ArticleFor what the values of integer numbers k, m, n, a, b, c, d so the equation...
I find by my hand some equations have four integer solutions. How can I tell Maple to do this? For what the values of integer numbers k, m, n, a, b, c, d so the equationk/(x^2 + a x + b) + m/(x^2 + a...
View ArticleBrand new to Maple and looking for some help
Hello all,I am very new to Maple but it looks like a wonderful symbolic computing tool. I am hoping to gain some familiarity with it and one of my first questions is this: I have identified a nice...
View ArticleHow to simplify expression with RootOf
I have a complicated expression which involves RootOf. How to get rid of and simpliy the equation?I am looking for an expression for eta(H) not a numerical value. eta(H)sheet1.mw
View Article