Question: using matlab , and symbolic function An exponential decaying sinusoid has very interesting properties. In fluid dynamics, for example, the following equation models the wave
An exponential decaying sinusoid has very interesting properties. In fluid dynamics, for example, the following equation models the wave patterns of a particular liquid when the liquid is perturbed by an external force: y(x) = Fe-am sin (bx) where Fis the magnitude of the external impulse force, and a and b are constants associated with the viscosity and density, respectively. The following data have been collected for the following types of fluids: LETICI EDIACONI O Write a script starting by defining the two values of F. ex F=[10,100]. Then, create an x-vector (0:0, 1:50) and then a y-vector using the above equation (use a symbolic function). Plot this, which models the wave pattern of a fluid when perturbed. Do this for the three different fluids, plot using the values above and compare them. Use linewidth of 2 and the subplot function. The results should be like the following: UN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
