TI Nspire BASIC - 从方程中提取系数

发布于 2024-12-14 07:35:50 字数 205 浏览 0 评论 0原文

我打算在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栀子花开つ 2024-12-21 07:35:50

请原谅,
有一个可爱的 polyCoeffs() 函数

ListOfCoef = polyCoeffs(quadratic)

Beg your pardon,
There's a lovely polyCoeffs() function

ListOfCoef = polyCoeffs(quadratic)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文