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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Computational Mathematics with SageMath (2018)

86 点作者 lainon大约 6 年前

3 条评论

williamstein大约 6 年前
I didn't post this item, but I am the person that started SageMath in 2004, so if anybody has any questions I will try to answer them...
评论 #19486245 未加载
评论 #19487464 未加载
评论 #19486197 未加载
评论 #19486008 未加载
piemonkey大约 6 年前
I made extensive use of Sage during a recent research project. The most useful thing about Sage for me is that it integrates cleanly many mathematical libraries, making it easy to export results from one tool into the other. The visualization tools are a bonus, and made debugging quite easy. In my case, Sage neatly connected graph isomorphism tools with group theory libraries, saving me a tremendous amount of work.<p>The main downside for me is the performance overhead of using Sage. It is great for quickly prototyping ideas, but I found that some components were not designed with performance in mind. For instance, I used the Sage interface for Gap for much of my group theory computations, and I found that this interface was incomplete (it does not natively support the product replacement algorithm, for example) and quite leaky (I needed to manually garbage collect to keep from running out of memory).
alexbecker大约 6 年前
Sage is definitely not the easiest thing to use, but it&#x27;s a great way to 1) actually get your math right and 2) record and share your work. I used it to work out the cubic formula and share it alongside a blog post: <a href="https:&#x2F;&#x2F;alexcbecker.net&#x2F;mathematics.html#the-quadratic-equation-and-beyond" rel="nofollow">https:&#x2F;&#x2F;alexcbecker.net&#x2F;mathematics.html#the-quadratic-equat...</a>