TI Nspire BASIC - 从方程中提取系数
我打算在我的 CAS 计算器上用 TI-BASIC 编写一个函数,该函数采用数学表达式(特别是二次函数)作为参数并“完成平方”。
为此,我需要使用参数中变量“x”的系数进行计算。
有没有办法从参数中“提取”x 的系数?
(一位朋友明智地建议将每个系数作为不同的参数传递,
这会起作用,但看起来很混乱并且没有必要)。
谢谢!
I intend to write a function in TI-BASIC on my CAS calculator that takes a mathematical expression (a quadratic specifically) as a parameter and 'completes the square'.
To do this, I need to compute with the coefficients of the variable 'x' in the argument.
Is there a way to 'extract' the coefficients of x from the argument?
(A friend sensibly suggested to pass each coefficient as different arguments,
which would work, but seems messy and unnecessary).
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请原谅,
有一个可爱的 polyCoeffs() 函数
Beg your pardon,
There's a lovely polyCoeffs() function