C#WPF 如何绘制几何图形 图示教程 绘制sin曲线 正弦 绘制2D坐标系 有图有代码...
分类:
Windows程序 时间:
2015-01-02 12:18:50
阅读次数:
1451
三角函数相关类型1. 利用三角变化以及三角恒等式,比如 $\sin^2 x + \cos^2 x=1$ 以及二倍角公式,和差化积,积化和差。比如: 4-1 的 1-(5), 令 $1=\sin^2 x+ \cos^2 x$ 即可; 4-1 的 1-(6), 二倍角公式 4-1 的 1-(7), 二倍...
分类:
其他好文 时间:
2015-01-02 01:03:15
阅读次数:
288
已知曲率为 $s/5+1-2 \cos(s)+9\cos(s/2)$, 则图形为而若曲率为 $0.2s+1-2\sin(s)+9\sin(s/3)$, 则图形为转载自ni_o.
分类:
其他好文 时间:
2014-12-31 22:41:52
阅读次数:
241
Raphael http://raphaeljs.com/document.createElementNS()HSL颜色RequestAnimationFrame画背景网格dx, dy支持数组,会覆盖之前在设值,会传递到兄弟元素,子元素Math在应用: sin, round等Array新增的方法:m...
分类:
其他好文 时间:
2014-12-31 13:00:12
阅读次数:
213
Erlang math 模块中的方法有:
-export([pi/0]).
-export([sin/1, cos/1, tan/1, asin/1, acos/1, atan/1, atan2/2, sinh/1,
cosh/1, tanh/1, asinh/1, acosh/1, atanh/1, exp/1, log/1,
log10/1, po...
分类:
其他好文 时间:
2014-12-30 13:39:45
阅读次数:
161
1. 计算 $$\bex \lim_{x\to 0^+}\dfrac{\int_0^x e^{-t^2}\rd t-x}{\sin x-x}. \eex$$2. 讨论广义积分 $\dps{\int_1^\infty \sez{\ln \sex{1+\dfrac{1}{x}}-\sin \dfrac{...
分类:
其他好文 时间:
2014-12-30 09:17:27
阅读次数:
132
2. \[\begin{aligned} \int_0^{2 \pi} | \sin x-\cos x | dx = \int_0^{\pi/4} (\cos x -\sin x) dx + \int_{\pi/4}^{5\pi/4} (\sin x -\cos x) dx +\int_{...
分类:
其他好文 时间:
2014-12-30 00:30:33
阅读次数:
156
1. (1) 0 (2) 0(奇偶性以及周期性)2.(1) 因为 $x>x^2$, $x\in(0,1)$, 所以 $e^x > e^{x^2}$, 因此\[ \int_0^1 e^x dx > \int_0^1 e^{x^2} dx.\](2)\[ \int_0^{2\pi} x\sin...
分类:
其他好文 时间:
2014-12-29 01:01:54
阅读次数:
281
1. (1) $$2 x \sqrt{1+x^4}$$(2) $$-3 x^2 \frac{1}{\sqrt{1+x^6}}$$(3) \[ -e^{\cos^2 x} \sin x - e^{\sin^2 x} \cos x\] (4) \[ \left( \int_...
分类:
其他好文 时间:
2014-12-28 22:03:51
阅读次数:
328
1、对Word文档中用MathType输入的公式,按住“Alt+\”键,可以将MathType公式转换成Latex格式。2、将Latex格式的公式代码复制到word中,前后分别加上“$”符号,按“Alt+\”键,就将公式切换成MathType格式。例如:$-\sin \left( x \right)...
分类:
其他好文 时间:
2014-12-28 19:32:22
阅读次数:
183