I have a program that uses the Find(x) function to solve for the allowable length of a beam whose design is based on a series of moments and shears. The file attached is a very simplified version of what I am trying to do in the actual program. One of the constants (in this case y) is a vector of fixed values. I want to solve the system of equations for x using the three different values of y and store each of the results for x in a new vector. Can someone assist me in developing the correct notation to get the desired solution?
Thanks,
Derek