TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any ways to learn mathematics by programming?

1 点作者 febin将近 7 年前

3 条评论

chewz将近 7 年前
I would recommend especially Mathematica and using Wolfram resources (Mathworld [1]) so you can randomly browse through different ideas and play with them in Mathematica code. It&#x27;s great fun if you like both math and programming.<p>Mathematica can understand and process mathematical notation and has high level of expression allowing you to build an abstraction on top of other abstractions (Prolog like).<p>[This high level of expression of Mathematica is sort of disadvantage as far as programming languages go because you can easily end up with a code that works but is completely unreadable even to you without wrapping your head around it - same like elegant mathematical formula that needs complex proof]<p>Matlab is more for modelling and applied math (it is really good at that).<p>[1] <a href="http:&#x2F;&#x2F;mathworld.wolfram.com&#x2F;RiemannHypothesis.html" rel="nofollow">http:&#x2F;&#x2F;mathworld.wolfram.com&#x2F;RiemannHypothesis.html</a>
tmaly将近 7 年前
I am sure it is possible. One of my friends from the university days went for his PHD in statistics at Yale and he was able to survive the math doing everything via programming.
WheelsAtLarge将近 7 年前
Yes, look into learning MATLAB, Mathematica, or SPSS. They are all math base platforms. You will learn math as you learn to program the packages.