Feeds
질문
Im running a code with fsolve inside a for-loop, code is working but not when parameters are sourced from a different file.
Good day everyone! So im working on a code that runs a an fsolve inside a for loop. The code is working and checks were made...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
Im trying to run fsolve inside a for loop but it seem that my second iteration inside the for loop is not able to read the initial trial point
Code below: clear; clc; %% Disp = [1 10 4 2 3; 2 8 3 2 2; 3 5 4 1.5 3]; options = optimset('TolFun',1e-12,'Ma...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to solve for N sets of 2 equations and 2 unknowns using a for loop?
Hello everyone! I need to solve a problem involving N number of 2-equations and 2-unknowns inside a for-loop. The N sets of ...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
how can I find the roots of the following function in terms of alpha?
where:
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
How to properly write a code for this system of nonlinear equations involving hyperbolic and trigonometric functions
Hi! So I have the values for T1, T2, what im trying to solve are the values of gamma 1, gamma 2 and alpha0. I was able to w...
대략 4년 전 | 답변 수: 1 | 0
