I want to solve the following system of equations in Excel.
X1, X2, σ1 and σ2, and S are all known. I want to solve this system simultaneously to discover B and σ. This is relatively trivial to do by hand. I can discover B and σ for one point in time without any trouble.
However, in Excel I want to create a time series of B for various different values of S, X etc at different points of time. So I'll need to solve this system over and over again hundreds of times to create this time series.
What tool in Excel or VBA can I use to:
a) solve the above system of equations for given inputs of all variables except B and σ
b) automate the process so that I can solve the same system hundreds of times for different values of X1, X2, S, σ1 and σ2