equations
共 89 篇文章
equations 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 89 篇文章,持续更新中。
Matlab script for solution to the driven cavity problem using the FDS algorithm, which discretizes t
Matlab script for solution to the driven cavity problem using the FDS algorithm, which discretizes the Stokes form of the Navier-Stokes equations.
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method i
The Gauss鈥揝eidel method is a technique used to solve a linear system of equations.
The Gauss鈥揝eidel method is a technique used to solve a linear system of equations.
Kalman filter in c c++ code, the five Kalman equations have been implemented for randomly generated
Kalman filter in c c++ code, the five Kalman equations have been implemented for randomly generated data.
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solv
a package of fortran subprograms for the solution of separable elliptic partial differential equatio
a package of fortran subprograms for the solution of separable elliptic partial differential equations
IML package provides efficient routines to solve nonsingular systems of linear equations, certifie
IML package provides efficient routines to solve nonsingular systems of
linear equations, certified solve any shape systems of linear equations,
and perform mod p matrix operations, such as comput
Solving Stochastic Differential Equations with Maple By Sasha Cyganowski
Solving Stochastic Differential Equations with
Maple
By
Sasha Cyganowski
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from e
SIMULATION AND ESTIMATION OF STOCHASTIC DIFFERENTIAL EQUATIONS WITH MATLAB
SIMULATION AND ESTIMATION OF STOCHASTIC DIFFERENTIAL EQUATIONS WITH MATLAB
A stability analysis is presented for staggered schemes for the governing equations of compressible
A stability analysis is presented for staggered schemes for the governing equations of compressible flow. The
method is based on Fourier analysis. The approximate nature of pressure-correction soluti
Partial Differential Equations
Partial Differential Equations
Solve Linear Equations with matlab
Solve Linear Equations with matlab
FreeFEM is an implementation of the GFEM language dedicated to the finite element method. It provid
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite com
WB_BPSK_Analysis.rar:BPSK modulation and link analysis of UWB monocycle and doublet waveforms.Revise
WB_BPSK_Analysis.rar:BPSK modulation and link analysis of UWB monocycle and doublet waveforms.Revised 1/2/05-JC.This m file plots the time and frequency waveforms for BPSK 1st and 2nd derivative equat
非线性有限元程序
非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by th
gps定位程序源代码
gps定位程序源代码,参考文献为:An Algebraic Solution of the GPS Equations
A program for solving equations using Newton s Method.Just need to modify the data in the main funct
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical sof
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of th