Skip to main content

Questions tagged [equation-solving]

Questions on the analytic and numerical equation solving functions of Mathematica (Solve, Reduce, NSolve, FindRoot, DSolve, RSolve, etc.).

0 votes
1 answer
43 views

Finding an increasing or decreasing function

I have a problem where I am given the derivative of a function, asked to graph it, then state where it is increasing or decreasing using Mathematica. f'(x)=(x^2-3^x)/2x 0<x<4 I've tried the line ...
Michael Hamel's user avatar
1 vote
0 answers
41 views

Solving a large number of coupled non-linear equations

I would like to numerically have a solution of the Gross-Pitaevskii equation for an impurity coupled with a 1D weakly interacting bosonic bath, given by: \begin{align} i\frac{\partial \phi_0(x,t)}{\...
sap7889's user avatar
  • 11
0 votes
0 answers
27 views

Find the function for a decision variable

I'm currently trying to find the equation for a decision variable from a total profit equation using Mathematica. From what I've read, I can use the solve function to do this. Here's a example i found:...
Icebear's user avatar
0 votes
1 answer
46 views

Checking the sign value of the derivatives of a complicated function

Consider the following function: ...
ppp's user avatar
  • 765
0 votes
0 answers
40 views

Issues in solving a differential equation for a modified matrix

Following program works fine as it gives a solution to the differential equation here ...
phy_std's user avatar
  • 143
0 votes
0 answers
43 views

Solve function not returning the same output when it should

I'm trying to obtain an equation describing the intersection points of an arbitrary hyperbola with an ellipse centered at the origin. If I restrict the hyperbola to not have any horizontal translation,...
William's user avatar
  • 101
1 vote
1 answer
50 views

Solving and plotting roots of a non polynomial equation with parameters

In Mathematica 12, I want to find the roots r of this equation in terms of the parameters M and Q, then plot r versus Q for some values of M. ...
Houhou Trad's user avatar
0 votes
1 answer
59 views

I have a problem with this code because it is time invertible symmetric but it is not working

I have this code I want to check for a numerical solution. I get the same shape. The function $y$ is an invertible in time so I plot $y[x]$ and $p[t]$. The $p$ function should decrease but it isn't ...
Felipe Dura's user avatar
1 vote
1 answer
44 views

Trying to extract the real part of a real big and may complex number

I have this order 7 polynomium: ...
Rafael De Barros Souza's user avatar
0 votes
0 answers
23 views

transport modeiling:I wish to find out volume of Heavy good vehicles [closed]

does anyone know how can I find out volume of heavy good vehicles if I only have data of total volume of vehicles and their respective speed
Lavina Karva's user avatar
1 vote
2 answers
62 views

Solve the nonlinear system of algebraic equations

How to get steps of the solutions for: ...
user62716's user avatar
  • 751
0 votes
0 answers
50 views

Mathematica solve with conditions on constants differ from replace

I have been trying to solve some complicated linear equations in Mathematica, with variables $y_{i}$, and constants $a, f_{j}$ where $0\leq j\leq10$. I only care about the case where $\sum_{i=1}^{10}...
wsz_fantasy's user avatar
0 votes
1 answer
57 views

Finding kernel of a set of polynomial functions

I have a list of polynomials fi[x_] and polynomial fractions qi[x_] (with i as an iterator) ...
siddhesh's user avatar
0 votes
2 answers
88 views

Numerical and analytical solutions do not agree [closed]

Hi everyone could anyone have look why this code is not running? ...
Felipe Dura's user avatar
2 votes
2 answers
108 views

Why is there a difference between the results using DirichletCondition and directly given boundary condition?

The simulation code (The code) TH = 800; TL = 300; U = 1000; J = 1; [Alpha]p[x_] := 1.483110^-3 - 1.390510^-5 T[x] + 5.396410^-8 (T[x])^2 - 8.808810^-11*(T[x])^3 + 5.061810^-14 (T[x])^4; [Kappa]p[x_]...
liaotianjun's user avatar

15 30 50 per page
1
2 3 4 5
440