Community Profile

photo

Duong Nguyen


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


Use fzero with vectors of b and c (parameters)? Can I use for loop?
b = [2 3]; c = [3.5 4]; cubicpoly = @(x) x^3 + b*x + c; x = fzero(cubicpoly,0)

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to use fsolve when a nonlinear equation given two arrays of parameters (not the variables)? Why can't I use for loop?
I want to find osmotic pressure of a solution as follows. Please let me know how I find y(1) values with varying T and P. Thank ...

3 years 前 | 1 个回答 | 0

1

个回答