Community Profile

photo

John Harvie delos Reyes


Last seen: 1年以上 前 2021 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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...

2年以上 前 | 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...

2年以上 前 | 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 ...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


how can I find the roots of the following function in terms of alpha?
where:

2年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答