Questions tagged [equation-solving]
Questions on the analytic and numerical equation solving functions of Mathematica (Solve, Reduce, NSolve, FindRoot, DSolve, RSolve, etc.).
6,863 questions
3
votes
2
answers
226
views
Solving a coupled 2nd order differential equation numerically using NDSolve
I would like to solve the following system of differential equations numerically for two one-dimensional functions $R(x)$ and $\phi(x)$:
\begin{eqnarray}
c_1 \left(R''(x) - (\phi'(x))^2 R(x) \right) - ...
1
vote
0
answers
122
views
0
votes
0
answers
66
views
The heat conduction equation of solar cells can't be solved [duplicate]
The heat conduction equation of solar cells can't be solved. NDSolveValue::ndnum: Encountered non-numerical value for a derivative at x == 0. ...
4
votes
2
answers
294
views
Mathematica does not give me any contour here
I would like to have an idea what kind of curbe is being formed from the intersection of the plane $x+y+z=9$ with the surface
$\sqrt{16-x^2}+\sqrt{25-y^2}+\sqrt{36-z^2}=12$ under the restriction $x,y,...
3
votes
2
answers
244
views
How to find x ranges where a function is one-to-one and its output is in a given range?
I have a list of functions like this:
...
2
votes
2
answers
272
views
The general solution from Solve does not simplify to the specific case
I am trying to get a solution of equation with many parameters. The general solution does not seem to reduce to a specific one.
The specific solution with all parameters known is
...
2
votes
2
answers
207
views
How should we formulate angle geometry constraints in Mathematica to help the solving system work more efficiently and speed up the solution process?
Quadrilateral $ABCE$ is a parallelogram. Point $D$ lies on segment $AE$. The diagonals of quadrilateral $ABCD$ intersect at point P. If $△ABP∼△CBD$ and $AB<BC$, find the ratio $\frac{AB}{BC}$.
The ...
5
votes
4
answers
846
views
Are there any good ways to improve this code so that it can solve the geometry problem?
While using Mathematica to solve the following geometry problem, my computation has been running for a long time without producing any result.
The geometry problem is:
Quadrilateral $ABCE$ is a ...
2
votes
1
answer
133
views
How can I add inequality constraints to Solve? [closed]
How can I add constraints to the Solve function?
For example, I tried:
...
4
votes
2
answers
130
views
Parameter search problem for satisfying an inequality
I am working with a $2 \times 2$ matrix
...
1
vote
0
answers
61
views
Using symbolic expression in Compile
I found a Mathematica notebook on the internet, which calculates the inverse kinematics of a 6DoF robot.
link to the notebook
In one part of the code it gives a symbolic expression using the Solve[] ...
1
vote
1
answer
154
views
Symbolically solving a set of three-variable nonlinear equations fails to get a simplified result
I want to use Solve to find symbolic solutions of the following set of equations and get simplified or factorised symbolic solutions. The equations are
...
10
votes
3
answers
462
views
How to make DSolve obtain this solution to this IVP first order ODE?
V 14.3 can not solve this IVP(Initial value problem) first order ode from textbook
...
0
votes
1
answer
72
views
Using the Solve function appropriately
I will discuss the background of this problem first. I have an automated code, which solves linear equations recursively. The number of equations could be of the order of thousands. And, more ...
0
votes
1
answer
123
views
Why is the Backsubstitution not working in Reduce in this case?
In the following system why is the Backsubstitution not working:
...