why does it tell me "Warning, solutions may have been lost" ?
What can i do in this case? I,m traying solve a system of non linear equation like this, i want to know Rs and Rsh:
View ArticleHow do I restrict solve to outputting one solution?
The problem I am trying to solve requires a significant amount of computation time. I am unaware if a solution to the problem exists. If a solution does exist, I only need one solution, not the set of...
View ArticleInspiring Young People to be Science and Technology Leaders
  Maplesoft aims to promote innovation in science, technology, engineering and math (STEM) in high school students by partnering with various organizations, and sponsoring initiatives in education,...
View ArticleI can't get solve to work
i have these commands:restart; with(plots); with(VectorCalculus); with(LinearAlgebra); f := A-B+x^y/y;g := x^y-y; Solve({f = 0, g = 0}, {x, y});       / /           y   \     \...
View ArticleHow to solve an equation with variables T and x. Solve x for T=300 to T=800...
Hey there!I wonder how i can solve the following using maple.I got an equation containting 2 variables; x and T. I want to plot x versus T, with the range of T from 300 to 800.How can I do this? This...
View ArticleWarning, solutions may have been lost
I need some help. I'm trying to solve this system of equations, but maple says the solutions may have been lost. Here are the equations:phi := alpha+theta; sigma := b*c/(2*pi*r); f :=...
View Articlesolve with a variable or fsolve without variable
 I've encountered a very strange issue with Maple.The result returns differently with solve and fsolve after/before a variable is given a certain value. See attachment.The result comes from solve (with...
View ArticleHow to avoid the "no solution found" warning when I use solve ?
Morning all,I repeatedly solve (command solve) a collection of systems of inequalies. Some of them can have no solution, but I am able to check if a solution has been found or not, and then take some...
View ArticleFinding all solutions to 2 simultaneous trigonometric equations in a given...
Hey there folks - I have the following headcracker...I have 2 equations:Â Â Â Â Â Â Â Â Â Â cos(a t) = cos(b t + c)Â Â & Â Â Â Â Â Â Â Â Â Â Â Â sin(a t) = sin(b t + c)Â Where a, b and c are known...
View ArticleHow to define function with (conditions, interval, domain limittation) ?
how will i go about solving this problem, i want to return somthing like this (this anwser is from another function that did not contain sin, and therefor did not gave me problems).thx in advanceÂ
View Articlesolve a system of equation numericlly
i want to solve the system of equation ( 1 ) Â , (2) Â , Â (3) Â under the assumation that x , y have the CDF in (4) Â , Â (5)Â >Â (1)>Â (2)>Â (3)>Â (4)>Â (5)>Â >Â Â Download internet.mw
View ArticleBug in Maple solve?
When I use Maple solve on functions that involves exp, ln to decide the maxima, minima points by solving derivative equals zero, it only returns the first point, not the second point.Which by...
View Articlehow i can solve following equation?
 hi--how i can solve following equation?thanks Eq.mwMaple Worksheet - Error Failed to load the worksheet /maplenet/convert/Eq.mw .  Download Eq.mwÂ
View Articlesolve function doesn't work !
hello,I am trying to solve a set of equations using solve but it didn't get me any answer !> eq1 := x[1]-x[2] = 0;> eq2 := -x[1]+2*x[2]-x[3] = 0;> eq3 := -x[2]+2*x[3]-x[4] = 0;> eq4 :=...
View ArticleList solutions to Solve command without variable
Hi AllI have the following line of code in Maple:solve([sin(t), 0 < t, t < 6.28], t, allsolutions, explicit)it produces: "{t = Pi}, {t = 2*Pi}, {t = 3*Pi}, {t = 4*Pi}, {t = 5*Pi}, {t = 6*Pi}, {t...
View Articlelikely quick and esy
How do I get a system solve to dispaly an ordered triple and not {x=ans, y=ans, z=ans}for instancesys := { z = 4, x+y= 10, x-y = 5 }; L:=solve(sys, {x,y,z} );displays{x=7.5, y=2.5, z=4}I want {7.5,2.5,4}
View ArticleDisplay 0.25 not .25
Hello I have the following small piece of code.XMLTools[Print](MathML[Export]('sin(theta)'=0.25));which exports sin(theta)=.25, how do I force the 0 to display. Alsowhy does the following...
View ArticleSolve and RootOf(allvalues)
I want to solve the problem described below. I tried using two methods as shown below, each method has been runing for days without solving it. I will really appreciate your help. Thanks for your help....
View ArticleSystem of linear equations
I have to find the tangent lines to the circle x^2+y^2+6*x-8*y+25 = 1/16 which pass at the O(0;0)Â So i make a general line y=m * xHo can i put m*x instead of y in the circle and calculate the delta of...
View Article