文件名称:Taylor-expansions
介绍说明--下载内容均来自于网络,请自行研究使用
Design and implement an improved LabVIEW programme, that could be used to further explore how accurate truncated Taylor expansions of sine and cosine functions are, as a function of the highest argument power that is retained.
The VI should allow the user to select:
the range of input arguments, given by minimum and maximum angles (in degrees) and number of points (extreme value of the range should be both included)
the highest power of the argument to be retained in the expansion. For example with the highest power 2 the sine function is approximated by 0 + x + 0x2=x, while the cosine is approximately 1 +0x-1/2 x2=1-1/2 x2. NB: the expression are for the argument given in radians. The relevant mathematical information is widely available any calculus textbook or internet resources.
The VI should present, on the same graph,
accurate value for the given argument
approximate value for the given argument, calculated using truncated Taylor series (as outlined above)-Design and implement an improved LabVIEW programme, that could be used to further explore how accurate truncated Taylor expansions of sine and cosine functions are, as a function of the highest argument power that is retained.
The VI should allow the user to select:
the range of input arguments, given by minimum and maximum angles (in degrees) and number of points (extreme value of the range should be both included)
the highest power of the argument to be retained in the expansion. For example with the highest power 2 the sine function is approximated by 0 + x + 0x2=x, while the cosine is approximately 1 +0x-1/2 x2=1-1/2 x2. NB: the expression are for the argument given in radians. The relevant mathematical information is widely available any calculus textbook or internet resources.
The VI should present, on the same graph,
accurate value for the given argument
approximate value for the given argument, calculated using truncated Taylor series (as outlined above)
The VI should allow the user to select:
the range of input arguments, given by minimum and maximum angles (in degrees) and number of points (extreme value of the range should be both included)
the highest power of the argument to be retained in the expansion. For example with the highest power 2 the sine function is approximated by 0 + x + 0x2=x, while the cosine is approximately 1 +0x-1/2 x2=1-1/2 x2. NB: the expression are for the argument given in radians. The relevant mathematical information is widely available any calculus textbook or internet resources.
The VI should present, on the same graph,
accurate value for the given argument
approximate value for the given argument, calculated using truncated Taylor series (as outlined above)-Design and implement an improved LabVIEW programme, that could be used to further explore how accurate truncated Taylor expansions of sine and cosine functions are, as a function of the highest argument power that is retained.
The VI should allow the user to select:
the range of input arguments, given by minimum and maximum angles (in degrees) and number of points (extreme value of the range should be both included)
the highest power of the argument to be retained in the expansion. For example with the highest power 2 the sine function is approximated by 0 + x + 0x2=x, while the cosine is approximately 1 +0x-1/2 x2=1-1/2 x2. NB: the expression are for the argument given in radians. The relevant mathematical information is widely available any calculus textbook or internet resources.
The VI should present, on the same graph,
accurate value for the given argument
approximate value for the given argument, calculated using truncated Taylor series (as outlined above)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Assignment_2\Assignment_2.aliases
............\Assignment_2.lvlps
............\Assignment_2.lvproj
............\Cosine.vi
............\CreatFile.vi
............\data
............\data2
............\main VI for Taylor expansions.vi
............\RangeControl.ctl
............\sine.vi
............\WriteFile.vi