- 1,816
- 33
- TL;DR Summary
- Computing a Greens function in MATLAB.
Suppose I have a vector of matrices:
<br /> \mathbf{v}=(A_{1},\cdots,A_{n})<br />
How would I vectorise this in MATLAB?
This question comes from a requirement to compute a Greens function for the spherical heat equation. I can easily compute a single function for a single position in space, but can I do it for a vector of positions, for this I think I need a vector of Greens functions for each position.
<br /> \mathbf{v}=(A_{1},\cdots,A_{n})<br />
How would I vectorise this in MATLAB?
This question comes from a requirement to compute a Greens function for the spherical heat equation. I can easily compute a single function for a single position in space, but can I do it for a vector of positions, for this I think I need a vector of Greens functions for each position.