登录
首页 » 算法 » 雅可比行列式的计算公式

雅可比行列式的计算公式

于 2022-01-24 发布 文件大小:869.00 B
0 646
下载积分: 2 下载次数: 1

代码说明:

计算方法雅可比公式-calculation formula Jacobian

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 高速公路客运仿真
    高速公路客运仿真- Highway passenger transportation simulation
    2023-08-30 15:35:03下载
    积分:1
  • Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
    Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
    2022-01-26 00:25:01下载
    积分:1
  • 顶盖驱动LBM模拟
    应用背景顶盖驱动流是计算流体与计算传热学一个经典问题,常用作不可压缩流动的校核算例,同时也是很好的lbm模拟学习的入门算例。对于刚开始接触的入门者有很大帮助。关键技术该程序采用了不可压缩的D2Q9模型以及标准的碰撞迁移规则,边界处理则采用了非平衡外推格式。虽然程序针对顶盖驱动而编写,但读者可以通过改变初始条件边界条件来计算其他的物理量。
    2023-03-21 19:05:03下载
    积分:1
  • 这是一个简单的基础,为32个技能的转换,正确理解知道…
    这作为一个简单的基础转换32种技能,正确理解知道要点,系统可以做出不同频段的计算需求。
    2022-11-04 08:50:02下载
    积分:1
  • 本实验主要涉及解线性方程组的列主元消去.通过编辑程序,能更深入地了解到列主元消去的内涵.并且通过计比较,也可以了解到数据的精度及舍入误差等一系列有关因素....
    本实验主要涉及解线性方程组的列主元消去法.通过编辑程序,能更深入地了解到列主元消去法的内涵.并且通过计算比较,也可以了解到数据的精度及舍入误差等一系列有关因素.-this study involved solving linear equations of main-element elimination. Through the editorial process, to better understand out to the main yuan elimination connotations. through calculation and comparison, Data can also understand that the accuracy of rounding error and a series of other relevant factors.
    2022-01-26 06:12:16下载
    积分:1
  • 5个关于布尔运的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
    5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-five Boolean operations on the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
    2022-03-20 14:02:02下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-03-12 05:56:16下载
    积分:1
  • 该代码实现了am,f
    该代码实现了am,f-msk,qpsk,mdpsk-the code achieved am, f-msk, qpsk, mdpsk
    2022-01-28 12:22:43下载
    积分:1
  • CPU computer systems is a very important resource, this chapter introduces proce...
    CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可能的。大多数操作系统都是根据用户需要而采用兼顾某些目标的方法。比较常用的作业调度算法有:FCFS(先来先服务)、方法、SJP(最短作业优先)法、HRN(最高响应比)法等。这-CPU computer systems is a very important resource, this chapter introduces processor scheduling objectives, strategies and evaluation methods. Because the processor scheduling procedures could not choose Disk presence in all the process, and therefore, in the process of scheduling a possession before the processor, the system must be some kind of strategy to Disk backup were at the operational state of choice out and the process of creation and distribution of memory, the process of preparing the implementation of the necessary resources. This step as job scheduling or senior scheduling. Job Scheduling goal is to try to make it fair and reasonable to carry out the operation as much as
    2023-01-15 07:45:04下载
    积分:1
  • Yang Hui triangle VB calculation program can be used to achieve 50 Levels
    杨辉三角形的VB计算程序,可用实现50及以内的杨辉三角形计算,也可用给不太了解计算机的朋友展示一下计算机的计算速度-Yang Hui triangle VB calculation program can be used to achieve 50 Levels
    2022-08-24 03:29:19下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载