Quantcast
Channel: MaplePrimes - Questions and Posts tagged with solve
Browsing all 1098 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

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 Article


Solve set of equations for all variables?

I have 5 equations mentioned as...

View Article


How 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 Article

Image may be NSFW.
Clik here to view.

Inspiring 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 Article

Image may be NSFW.
Clik here to view.

I 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Warning, 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 Article

solve 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 Article


How 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 Article


Image may be NSFW.
Clik here to view.

Finding 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

solve 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 Article

Bug 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 Article


how 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 Article

solve 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 Article


List 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 Article

likely 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 Article


Display 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 Article

Solve 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 Article

System 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
Browsing all 1098 articles
Browse latest View live