Content Feed
已提交
fzero_delves_all
Locate complex roots using the Delves-Lyness algorithm or find multiple real roots a given interval
5 years 前 | 2 次下载 |
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
6 years 前
已解决
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
6 years 前
已解决
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
6 years 前
已解决
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
6 years 前
已提交
fzero_all
Extends functionality of fzero by dividing interval into sub-intervals and applying fzero on them.
8 years 前 | 3 次下载 |
已提交
Markov_Airy_Mirror.zip
Calculates the reflection, phase, and phase derivatives of multilayer dielectric mirrors.
9 years 前 | 1 次下载 |
