Finite Volume Methods for hyperbolic Problems。一本关于应用有限体积法求解双曲型微分方程的书,很不错的:)
标签: hyperbolic Problems Methods Finite
上传时间: 2014-01-21
上传用户:WMC_geophy
CLAWPACK is a software package designed to compute numerical solutions to hyperbolic partial differential equations using a wave propagation approach
标签: hyperbolic numerical solutions CLAWPACK
上传时间: 2014-01-03
上传用户:woshini123456
hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。
标签: transformation Householder hyperbolic
上传时间: 2014-01-24
上传用户:星仔
基于hyperbolic Householder transformation的QR分解。 其使用需要调用hyperbolic Householder transformation程序。
标签: transformation Householder hyperbolic 分解
上传时间: 2016-09-23
上传用户:cmc_68289287
Calculator with special functions: goniometric functions, hyperbolic functions, factorial, square.
标签: functions goniometric Calculator hyperbolic
上传时间: 2013-12-19
上传用户:yzhl1988
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
标签: essentially algorithm describe suitably
上传时间: 2017-03-02
上传用户:litianchu
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
标签: demonstrate artificial Functions program
上传时间: 2013-12-30
上传用户:hfmm633