线性代数在编程中的应用

发布于 2024-11-16 04:00:15 字数 1459 浏览 2 评论 0原文

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

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

发布评论

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

评论(4

柏林苍穹下 2024-11-23 04:00:15

矩阵及其变换用于在 Flash、IOS 和 Android 中定位、旋转和缩放元素。查看转换矩阵 wikiandroid api酷炫的 Flash 教程

Matrices and their transformations are used for positioning, rotating and scaling elements in Flash, IOS and Android. Check out transformation matrix wiki, android api, and a cool flash tutorial

悲喜皆因你 2024-11-23 04:00:15

正如您已经说过的,您最有可能找到它的地方是图形和游戏编程。你没有说你想用什么语言编程,所以我假设 Java:

http://www .java3d.org/

并非所有技术都是一样的。如果您进行科学计算,您将更多地使用 LU 分解和特征值。

是一本非常好的书。不要被日期所迷惑:数学原理并没有改变。我还建议查看 OpenGL

As you've already stated, the most likely place that you'll find it is in graphics and games programming. You don't say what language you'd like to program in, so I'll assume Java:

http://www.java3d.org/

All techniques are not created equal. You will use LU decomposition and eigenvalues more if you're doing scientific computing.

This is a very good book. Don't be fooled by the date: the mathematics haven't changed. I'd also recommend looking at OpenGL.

流心雨 2024-11-23 04:00:15

所有简单的图形都是使用线性代数制作的...

制作一个新的控制台项目并尝试您的技能...

All the simple graphice are made with the use of linear algebra...

Make a new console project nd try your skills...

歌入人心 2024-11-23 04:00:15

线性代数在编程中最重要的应用可能是模算术

至于你举的例子,关系是完全相反的。编程是用来实现这些算法的,这些算法不是用来进行一般编程的。

Probably the most important application of linear algebra in programming is Modular Arithmetic.

As for the examples you've provided, the relationship is quite reversed. Programming is used to implement those algorithms, the algorithms are not used for general programming.

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