Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
35 views

I'm trying to solve a set of nonlinear equations to determine the fixed points using "nsolve" in sympy. I'm using initial guess for the set of equations but nsolve is not able to give any ...
user avatar
1 vote
2 answers
128 views

the model Im trying to graph this model however I am just not sure whether my code is leading me to a reasonable solution: import numpy as np import matplotlib.pyplot as plt from scipy.integrate ...
1 vote
0 answers
162 views

I am trying to solve a nonlinear system of differential equations in Wolfram Mathematica using NDSolve and visualize the solution with Manipulate. However, I encounter the following error when running ...
1 vote
1 answer
159 views

I am trying to write a python code to solve the ODE representing a coupled Chua oscillators. The set of ODEs can be found here. The non-linear term is defined as f(x) And the possible solution is ...
0 votes
0 answers
35 views

I'm trying to solve an exact integration of a nonlinear ODE using SageMath. I'm trying to find time function $x = x(t)$ integrating ODE $\dot{x} = b(2+\sqrt(1-x^2))(1-x^2)$ with SAGEMATH code below: t ...
0 votes
2 answers
81 views

I am trying to add another study (Study 3) but it is a non linear equation. Is there a way I can add y = 841C^0.395 into ggplot so that it can be overlaid onto the other studies? df <- structure(...
L55's user avatar
  • 215
0 votes
0 answers
60 views

I am using nleqslv function in R to solve 10 equations. However, sometimes it gets stuck when it can't resolve some of the inputs. Here is an example of the code, please note that the for loop is ...
4 votes
1 answer
203 views

I'm having an issue using the least_squares function to solve a system of non-linear equation to obtain a chemical speciation (here of the system Nickel-ammonia). The system of equations is given here ...
0 votes
0 answers
27 views

As a Phd Student, working on non-linear problem i try to find solutions, with physical meanings over the following system: Input variables are A, B, Cf, Jp, ks, Pp, R,T. Output variables are : Jw,Js,...
0 votes
2 answers
257 views

I'm trying to solve this system of nonlinear equations with Python: 2y3 + y2 - y5 - x4 + 2x3 - x2 = 0 (-4x3 + 6x2 - 2x) / (5y4 - 6y2 - 2y) = 1 Here's my code: from sympy import symbols, Eq, solve x, y ...
0 votes
0 answers
48 views

This is the first time I'm trying to solve a set of "highly" nonlinear set of equations with R. Please see the following code. The goal is to find Le and c such that Sum_F=0 and Sum_M=0. ...
bahram's user avatar
  • 1
1 vote
2 answers
216 views

I'm trying to write a piece of code that packs circles of differing radii efficiently into a square-shaped sheet. With the algorithm I'm using, I need to find the tangent between: a circle with a ...
0 votes
0 answers
67 views

`Can anyone help me to code this constraint in Cplex opl . It seems to be nonlinear constraint but I do not know how to convert to linear constraint correctly:"enter image description here l_jt_y[...
0 votes
1 answer
160 views

I have created a data set to understand better an equation and apply it to predict behavior. The equation is y = 10/(1+k*⌊((x/t)^s)⌋). To create the data set and see if it is working properly, I did ...
0 votes
1 answer
113 views

Here are a system of two nonlinear equations : In an answer to a previous question it has been shown that this system of equations doesn't possess explicit solutions(here). But it is also noted that ...

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /