04-06-2011 11:11 AM
Can anyone kindly assist Please in using labview to show graphically the two equations? see attached note
We are an NGO helping 17 -21 yr olds to see how they can use the computer and different software. And we have planned to use Lab view to show graphically that the following are the same. Can anyone kindly assist Please? Sin (α+π/4) –sin (α+3π/4) = √2(sin α+cosα) 1 – (sinα .tanα)/(1+sec) = cos α
04-06-2011 12:19 PM
And how do we know that you're not one of these students?
LabVIEW has all those trig functions, so it's a matter of generating your data points and just wiring up the functions. You can put a control on the front panel for alpha. How far have you gotten? Have you done any of the LabVIEW tutorials?
To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
04-06-2011 12:28 PM - edited 04-06-2011 12:29 PM
<hint>
Ramp pattern VI to create your X Data
Auto indexing for loop using trig functions inside to create your Y Data
Plot data on XY graph
<\hint>