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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to learn graph plots of math functions

1 点作者 hhimanshu超过 13 年前
I really don't know how to we say that a log function would look like this or polynomial function would look like this.<p>I know that if I have like X + Y = c, I can draw straight line by taking values of X and evaluating Y.<p>how to I learn graph plots for other math function(log, exponential, sine, cos etc) or polynomial of n degrees

2 条评论

prophetjohn超过 13 年前
You can just plug numbers into the function and plot them by hand.<p>Or you can type the function into <a href="http://www.wolframalpha.com/" rel="nofollow">http://www.wolframalpha.com/</a> and it will show you the graph.
anigbrowl超过 13 年前
A computer algebra system. I like this FOSS tool: <a href="http://www.geogebra.org/cms/" rel="nofollow">http://www.geogebra.org/cms/</a>