猪冰龙

导航

随笔分类 -  数学

matlab绘制绘制频率分布直方图和分布拟合
摘要:根据数据用matlab绘制频率分布直方图和概率密度曲线 阅读全文

posted @ 2021-07-30 00:05 猪冰龙 阅读(7358) 评论(1) 推荐(0)

1stopt8.0 代码示例
摘要:给出了1stopt手册中的一些代码 阅读全文

posted @ 2020-06-13 03:06 猪冰龙 阅读(1058) 评论(0) 推荐(0)

maple推导剑桥模型塑性势函数
摘要: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... 阅读全文

posted @ 2018-07-05 20:51 猪冰龙 阅读(626) 评论(0) 推荐(0)

学习newton raphson and back eluer
摘要:上面代码应该怎样修改? 阅读全文

posted @ 2018-04-25 18:04 猪冰龙 阅读(222) 评论(0) 推荐(0)

软件推荐-有道超级计算器
摘要:http://math.youdao.com/ 阅读全文

posted @ 2018-03-08 10:11 猪冰龙 阅读(899) 评论(0) 推荐(0)

师弟推荐软件-/mathpix
摘要:将公式扫描为latex:https://mathpix.com/api.html mathtype与latex转换:http://www.mathtype.cn/jiqiao/zhuanhua-gongshi.html 阅读全文

posted @ 2018-03-08 10:09 猪冰龙 阅读(487) 评论(0) 推荐(0)

软件推荐-国内参数优化软件:1stOpt - First Optimizationg
摘要:首页:http://www.7d-soft.com/index.htm 4.0新功能 (预定2010年8月6日): 1:支持复数拟合、复数方程组计算; 2:支持微分方程拟合求解; 3:通用全局优化求解器变异功能,优化能力提高20%以上; 4:新的编程模式计算引擎; 5:强大易用的数据批处理拟合功能 阅读全文

posted @ 2017-11-25 15:29 猪冰龙 阅读(3180) 评论(0) 推荐(0)

用mathematica求六元一次方程组且方程个数比变量个数少一个
摘要:问题详见知乎:https://www.zhihu.com/question/68000713 我的问题:有5个方程,6个变量,其实我是想求出来de1=(系数)*dS1的形式,系数有Cij组成,Cij为常数。怎样求?具体方程下面代码可以看出(sys1里时方程,var1里时变量,b是一个大于等于0小于等 阅读全文

posted @ 2017-11-14 17:23 猪冰龙 阅读(1468) 评论(0) 推荐(0)

c语言和matlab语言实现牛顿迭代法解非线性方程和非线性方程组
摘要: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 阅读全文

posted @ 2016-11-08 21:36 猪冰龙 阅读(11727) 评论(0) 推荐(0)