Community Profile

photo

Thomas Galvin


University of Illinois

Last seen: 4 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


fzero_delves_all
Locate complex roots using the Delves-Lyness algorithm or find multiple real roots a given interval

6 years ago | 2 downloads |

Solved


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 ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

6 years ago

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

6 years ago

Solved


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 ago

Submitted


fzero_all
Extends functionality of fzero by dividing interval into sub-intervals and applying fzero on them.

9 years ago | 4 downloads |

Submitted


Markov_Airy_Mirror.zip
Calculates the reflection, phase, and phase derivatives of multilayer dielectric mirrors.

9 years ago | 2 downloads |

Thumbnail