Community Profile

photo

John Harvie delos Reyes


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

0

answers

Question


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 years ago | 1 answer | 0

1

answer