从 SQL 数据中查找两条曲线的交点

发布于 2024-11-15 03:14:25 字数 136 浏览 1 评论 0原文

我有 Microsoft SQL Server 上的统计数据,并且希望从表中查询的 (x,y) 数据找到两条曲线的交点。我找到了一些与在 Excel 中执行此操作相关的文章,但我不确定如何在 SQL 中继续。我如何在 T-SQL 或 C# 代码中执行此操作?

I have statistical data on a Microsoft SQL Server and would like to find the intersection of two curves from (x,y) data I query from the tables. I have found some articles relating to doing this in excel, but I'm not sure how to proceed in SQL. How would I do this in either T-SQL or C# code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沉溺在你眼里的海 2024-11-22 03:14:25

要找到两条曲线的交点,您必须隔离每个方程上的一个变量,然后将两个方程设置为彼此相等并求解您隔离的变量。 SQL 绝对不是我执行此任务的语言选择。

To find the intersection of two curves you must isolate a variable on each equation, then set the two equations equal to each other and solve for the variable you isolated. SQL is definitely not my language of choice for this task.

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