Equation system Definition and 29 Threads
-
R
A Equation system involving InverseDigamma(Digamma(a+1)-b*k)-1
How would one go about solving this for a and b given N, E and K? n(0) + n(1) + … + n(K) = N n(0)*0 + n(1)*1 + … + n(K)*K = E Where n(k) = InverseDigamma(Digamma(a+1)-b*k)-1- rabbed
- Thread
- Equation system System
- Replies: 2
- Forum: General Math
-
Finding the Equation System of a Complex Mechanism: Using Lagrange Formalism
Summary:: equation system of complex mechanism need to be done. Lagrange Formalism could be helpfull to do it but small errors could all destroy .. Hi everyone, I tried to find the equation system of the joined Mechanism (4 DoF). I think there is a mistake but I am not sure where is it . I...- Nagui
- Thread
- Complex Equation system Lagrange Mechanism System
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
MHB General Solution of Differential Equation System
$\tiny{27.1}$ 623 Find a general solution to the system of differential equations $\begin{array}{llrr}\displaystyle \textit{given} &y'_1=\ \ y_1+2y_2\\ &y'_2=3y_1+2y_2\\ \textit{solving } &A=\begin{pmatrix}1 &2\\3 &2\end{pmatrix}\\...- karush
- Thread
- Differential Differential equation Equation system General General solution System
- Replies: 4
- Forum: Differential Equations
-
X
I Take a limit in this 2 equation system of 1st order ODEs
Hello, I'm having a problem with this system. Ignore the physics. I have the feeling it should be tremendously easy... but I can't figure it out. I don't know how to extract it from the pdf so I'll post just the these 2 pages. https://ufile.io/39ovq The equations are (1.14) and (1.15), the...- xxxyyy
- Thread
- Equation system Limit Odes System
- Replies: 3
- Forum: Differential Equations
-
T
MHB Homogeneous, underdetermined equation system
Hi! Just started with linear algebra Could someone help me with this problem? $$ 2x_1 + x_2 - x_3 + 3x_4 - 3x_5 = 0\\ 3x_1 + 2x_2 + x_3 + 2x_4 + 2x_5 = 0\\ -4x_1 + 3x_2 + 2x_3 + x_4 - 4x_5 = 0 $$ (Sorry, I don't know how to do these big brackets for equation systems in Latex.) So it's a...- ToastIQ
- Thread
- Equation system Homogeneous System
- Replies: 9
- Forum: Linear and Abstract Algebra
-
Comp Sci C++: Method of Minimum Squares used for System Solving
Homework Statement Okay, this one is a bit big, and I'm attempting a translation, so I'm going to post a TL;DR version at the bottom just to be sure. Anyway, here goes: While doing an experiment, we write down the values of a physical/natural size y, for various values of a physical/natural...- Const@ntine
- Thread
- C++ Equation system Method Minimum Squares System
- Replies: 13
- Forum: Engineering and Comp Sci Homework Help
-
Failure of Optimisation for Nonlinear Equation Systems
I wasn't sure into which category I should post this, so feel free to move it into a more appropriate place. As part of my work I'm solving a system of nonlinear equations, of a usual form: $$\vec{F}(\vec{X})=\begin{pmatrix}F_1(X_1, X_2, \cdots X_N) \\ F_2(\cdots) \\ \vdots \\...- aphirst
- Thread
- Equation system Failure Nonlinear Optimisation Systems
- Replies: 8
- Forum: Programming and Computer Science
-
Can Newton's Method Solve This Non-Linear System Accurately?
Homework Statement I'll try to be as clear as possible but this exercise is in portuguese and this is a free translation from me "The sum of two numbers is 3.4 .If we take each of them and summed with they square, the product of it would be 18.5856. The lowest of those number is in the interval...- lucasLima
- Thread
- Equation system Method Newton's method System
- Replies: 10
- Forum: Calculus and Beyond Homework Help
-
Linear algebra - linear equation for a plane
The problem I am trying to write the equation for the plane on the following form ## ax + by + cz + d = 0 ## $$ \begin{cases} x = 1 + s - t \\ y = 2 - s \\ z = -1 + 2s \end{cases} $$ The attempt ## s, t ## are the parameters for the two directional vectors which "support" the plane. $$...- Rectifier
- Thread
- Algebra Equation system Linear Linear algagbra Linear algebra Linear equation Plane
- Replies: 15
- Forum: Precalculus Mathematics Homework Help
-
I Solving a Tricky Nonlinear Equation System: A Quest for Closed Form Solutions
I'm trying to find a closed form (an algebraic solution) for the following system: x² - y² = 5 x + y = xy It's a bit tricky but I manage to end up with the quartic equation: x^4 - 2x^3 + 5x^2 -10x + 5 =0 And this is where I get stuck looking for a closed form root. Any suggestion would be...- n7imo
- Thread
- Equation system Nonlinear System
- Replies: 3
- Forum: General Math
-
MHB Solve for $a+b+c$: Equation System ($a,b,c\in N$)
$a,b,c \in N$, and the following equation system is given : $\left\{\begin{matrix} ab+bc+ca+2(a+b+c)=8045-----(1) & & & & \\ abc-a-b-c=-2-----(2) & & & & \end{matrix}\right.$ find the value of $a+b+c$- Albert1
- Thread
- Equation system System
- Replies: 1
- Forum: General Math
-
B
MATLAB How to calculate equation system in Matlab, with some knowns
It's part of finite elements analysis. All I need is to solve F=Ku,K is [12x12] matrix . Some of the members of u are zeros ,some members of F are known forces . K is all known . How do I solve F=Ku in that way ?? Thanks in advance.- berdan
- Thread
- Equation system Matlab System
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
MHB Find the solution of the equation system
find the solution of the equation system: $\begin{cases} a=\dfrac{b+c+d}{3}---(1)\\ b=\dfrac{a+c+d}{5}---(2)\\ c=\dfrac{a+b+d}{7}---(3)\\ d=c+5600\,\, ---(4)\end{cases}$ here $a,b,c,d>0$- Albert1
- Thread
- Equation system System
- Replies: 2
- Forum: General Math
-
How to Solve an Equation System with Substitution Method?
Homework Statement v_{f1}^2 = v_{01}^2 - m_{1}/m_{2} * v_{f2}^2\\ v_{f2} = m_{1}/m_{2} * (v_{01} - v_{f1}) Solve for Vf1 algebraically. How to solve this in the easiest way without having miles of calculations? Homework Equations The Attempt at a Solution When I try to use the...- Maxo
- Thread
- Equation system System
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
P
Differental equation system and Lyapunov stability
Homework Statement Example: x'=y-x^3 y'=-x-y^3 Homework Equations The Attempt at a Solution Linear system x'=y y'=-x Is stable because Det(P-\lambdaE)=\lambda2+1 \lambda1,2=+-i So if I am not mistaken,than Ishould use Lyapunov stability,because the linear system is stable and I can't say...- prehisto
- Thread
- Equation system Lyapunov Stability System
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
L
Nonlinear coupled differential equation system - kinetics
Dear All, Recently, I have measured a series of nonlinear vibrational spectra from which I would like to extract some useful information about kinetics of the exchange process occurring in the studied system. I need to fit my experimental data to kinetic model that is a solution of coupled...- LiAlH4
- Thread
- Coupled Differential Differential equation Equation system Kinetics Nonlinear System
- Replies: 2
- Forum: Differential Equations
-
T
Differential Equation system and matrix
I have a quick question. I have to write the differential equations in matrix form Eq1:= x1'(t) = -a1*x1(t) + vf Eq2:= x2'(t) = a1*x1(t) - a2*x2(t) is this correct :- Tala.S
- Thread
- Differential Differential equation Equation system Matrix System
- Replies: 3
- Forum: Differential Equations
-
T
Problem solving equation system
Homework Statement Solve this equation system for x, y and lambda. \left\{\begin{matrix} 2x = \lambda (2x-6y)\\ 2y = \lambda(-6x-14y)\\ x^2-6xy-7y^2+80=0 \end{matrix}\right. The Attempt at a Solution I really tried A LOT of things, but I can't solve it. I think it is not helpful to post...- Taturana
- Thread
- Equation system Problem solving System
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
D
Linear Algebra: Linear Equation System -> Parameter Form
Homework Statement Consider the following linear system of equations: x1+2x3-5x4 = 0 x1 + 4x2 +4x3 – 5x4 = 10 x1 + 2x2 + 3x3 – 5x4 = 5 4x1 + 2x2 + 9x3 – 20x4 = 5 b) Solve the equation system with the Gaussian method. c) The solution set describes a plane. Specify it in the parameter...- daemon_dkm
- Thread
- Algebra Equation system Form Linear Linear algebra Linear equation Parameter System
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
M
Shallow water flow - equation system unstable
Hello, everyone. I'm working on simulating shallow water flow. I'm using the MacCormack scheme and fractional predictor-corrector steps. The Dxy factor should make the equation system stable but no matter what numbers I input, the results skyrocket, up to 10^80 and more. Has anyone worked... -
E
Finding the Product of Primes: A Number Theory Puzzle
Hi i found a question in number theory, involving two equations, it goes as follows: Let p1, p2, p3 and p4 be 4 different prime numbers satisfying the equations 2p1 + 3p2 + 5p3 + 7p4 = 162 11p1 + 7p2 + 5p3 + 4p4 = 162 Find all possible values of p1p2p3p4. Not knowing what to do, i used the...- evansmiley
- Thread
- Equation system Prime System
- Replies: 1
- Forum: Linear and Abstract Algebra
-
S
Solving Differential Equation System
Homework Statement x`=z-y y`=z z`=z-x x(0)=1; y(0)=1; z(0)=1 The Attempt at a Solution Would be glad to know the steps I need to take.- sergej21
- Thread
- Differential Differential equation Equation system System
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Y
How to deal with homogenous differential equation system?
How to deal with homogenous differential equation system?? Homework Statement s'[t] == (-3 s[t])/580, m'[t] == (-19 m[t])/590, h'[t] == (3 s[t])/580 + (19 m[t])/590 - (2 h[t])/25, e'[t] == (2 h[t])/25 - (85 e[t])/116, o'[t] == (85 e[t])/116 - (33 o[t])/131 Homework Equations it...- yeland404
- Thread
- Differential Differential equation Equation system System
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
Ordinary Differential Equation System with Variable Coefficients
Homework Statement For t\in\mathbb{R}, let: A=\left[\begin{array}{ccc} -1 & 0 & 0\\ 0 & 2 & 2t\\ 0 & 0 & 2\end{array}\right] Get the solution for the general equation: X'=A(t)X Homework Equations The Attempt at a Solution I done many of these problems, all with constant...- cathode-ray
- Thread
- Coefficients Differential Differential equation Equation system Ordinary differential equation System Variable
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
E
Can You Solve This Complex Integer Equation System?
Find smallest d=2a^2=3b^3+2=5c^5+3 where a,b,c are integers. This problem is very hard. Either no solution or d is toooooooo big- elimqiu
- Thread
- Equation system Integer System
- Replies: 2
- Forum: Linear and Abstract Algebra
-
M
General solution of differential equation system
Homework Statement Find the general solution of the system of differential equations x'=10x - 12y y'=25x - 30y (where primes indicate derivatives with respect to t) by using the initial conditions x(0)=A y(0)=B Homework Equations The Attempt at a Solution x''=10x' - 12y'...- mansfin
- Thread
- Differential Differential equation Equation system General General solution System
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
M
Python Python, RungeKutta and first-order differential equation system.
[b] Homework Equations The equation is, given to me by lurflurf,: mv' + f(v ) + s(u) = F(t), t > 0, u(0) = U0, v (0) = V0 where v=u' For the record the equation was: mu'' + f(u' ) + s(u) = F(t), t > 0, u(0) = U0, u' (0) = V0 . The Attempt at a Solution def rhs(u, t)...- MaxManus
- Thread
- Differential Differential equation Equation system Python System
- Replies: 1
- Forum: Programming and Computer Science
-
D
How to Solve a Cubic System by Eliminating Variables?
x³+y³=1 x²y+2xy²+y³=2- Dorotea
- Thread
- Equation system System
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
R
Differential equation system, got stuck in a physics problem
hi guys, I'm solving a pretty complex problem: calculating a trajectory of a charged particle in a custom magnetic field. I arrive to the point where this very nice equation system blocks my way :P http://ramses728.altervista.org/img/phys.jpg hope you can help me somehow- ramses728
- Thread
- Differential Differential equation Equation system Physics Stuck System
- Replies: 11
- Forum: Differential Equations