网站首页
编程语言
数据库
系统相关
其他分享
编程问答
Numerical
2024-09-28
AIGC基础工具-科学计算和数据处理的重要库NumPy(Numerical Python)简介
文章目录1.NumPy的核心概念1.1`ndarray`:多维数组对象示例代码2.NumPy的数据类型(`dtype`)示例代码3.NumPy的数组创建方法3.1使用`array()`创建数组3.2使用`zeros()`和`ones()`3.3使用`arange()`和`linspace()`3.4使用`random`模块生成随机数
2024-07-18
NAG Fortran Numerical Library帮助解决跨行业最复杂数学挑战
NAGLIB库:NAGFortranNumericalLibrary帮助解决跨行业最复杂的数字挑战。NAG库算法本质上具有灵活性——它们可以从多种语言中调用,包括C和C++、VBA、Python、Java、.NET和Fortran。世界知名,专家支持世界上最大的商用库,包含强大、有文档记录且经过测试的数值和统计
2024-07-08
AMS 326 - Numerical Analysis
AMS 326 - Numerical AnalysisSummer 2024Course Description: This course provides a comprehensive introduction to numerical analysis, focusing onbothtraditionalmethodsandtheir implementation using modern computer programming.Studen
2024-07-07
Numerical Results of T3DFP-N1 and irT3DFP-N1
2024-06-13
(半成品) Lesson 1+2 in Numerical methods for Navier-Stokes equations and phase-field models
Lesson1+2inNumericalmethodsforNavier-Stokesequationsandphase-fieldmodels梯度流从自由能开始一个常见的自由能是这样定义的:\[E(\phi)=\int_{\Omega}\frac{1}{2}\left|\nabla\phi\right|^2+F(\phi)\,d\Omega\]其中,\(\nabla\)是梯度算子,\(\phi\)是标
2024-04-22
Numerical Results of R-Hybas CG method and R-HFRas CG method
2024-03-30
Numerical Results of iITCGP
NumericalResultsofTest1 NumericalResultsofTest2
2024-03-30
Numerical Results of Test1
2024-03-30
Numerical Results of Test2
2024-03-22
《动手学深度学习》学习笔记4
求导数、画图代码导入包importmatplotlib_inline#jupyternotebook用法#%matplotlibinlineimportnumpyasnp#安装命令:pipinstallIPythonfromIPythonimportdisplayfromd2limporttorchasd2limportmatplotlib.pyplotasplt求导数代码#导数#
2023-11-04
Numerical Results of TTCGP and iTTCGP
2023-11-04
Numerical Results of iTTCGP
2023-11-03
iTTCGP Numerical Results
2023-10-28
iTTCGP Numerical Results
2023-10-12
numerical results
2023-10-10
ADYCGP-Numerical Reports
2023-09-28
Numerical results
2023-09-17
JOTA-ADYCGP-Numerical Reports
2023-09-16
JOTA-ADYCGP-Numerical Reports
2023-07-08
ihHS-Numerical test report
2023-06-14
NUMERICAL RESULT
2023-06-03
NWP代表数值天气预报(Numerical Weather Prediction)
NWP代表数值天气预报(NumericalWeatherPrediction),它是通过数值模型来预测天气和相关变量如温度、湿度、风速等随时间变化的模型。NWP系统使用数学方程来描述大气、海洋和地球系统的物理过程。这些方程基于物理定律,如质量守恒、动量守恒和热力学原理,并结合初始观测数据进行求解。
2023-05-27
Rust Tips 比较数值
RustTips比较数值内容比较与类型转换浮点类型比较可以用这些运算符比较数值><==!=>=<=无法比较不同类型的值fnmain(){leta:i32=10;letb:u16=100;ifa<b{//报错mismatchedtypesprintln!("Tenislessthanonehundred.");
2023-04-15
【Tutorial4】Further Numerical Methods in Monte Carl
2023-02-09
封闭解(Closed-form solution)、解析解(Analytical solution)、数值解(Numerical solution) 的含义及区别
解析解(Analyticalsolution)就是根据严格的公式推导,给出任意的自变量就可以求出其因变量,也就是问题的解,然后可以利用这些公式计算相应的问题。所谓的解析解是一种包含分