摘要:根据数据用matlab绘制频率分布直方图和概率密度曲线
阅读全文
摘要:1 with(DEtools); Parameter(M); de := diff(q(p), p)+(M^2*p^2-q(p)^2)/(2*p*q(p)) = 0; dsolve({de, q(px) = 0}, q(p)); DEplot(de, q(p), p = -10 .. 10, q = -10 .. 10, color = black, thickness = 2*`,arrows...
阅读全文
摘要:http://math.youdao.com/
阅读全文
摘要:将公式扫描为latex:https://mathpix.com/api.html mathtype与latex转换:http://www.mathtype.cn/jiqiao/zhuanhua-gongshi.html
阅读全文
摘要:首页:http://www.7d-soft.com/index.htm 4.0新功能 (预定2010年8月6日): 1:支持复数拟合、复数方程组计算; 2:支持微分方程拟合求解; 3:通用全局优化求解器变异功能,优化能力提高20%以上; 4:新的编程模式计算引擎; 5:强大易用的数据批处理拟合功能
阅读全文
摘要:问题详见知乎:https://www.zhihu.com/question/68000713 我的问题:有5个方程,6个变量,其实我是想求出来de1=(系数)*dS1的形式,系数有Cij组成,Cij为常数。怎样求?具体方程下面代码可以看出(sys1里时方程,var1里时变量,b是一个大于等于0小于等
阅读全文
摘要:1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<math.h> 4 #include<float.h> 5 #include<time.h> 6 7 #define PI 3.14159265358979323846 /* pi */ 8 #d
阅读全文