代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/455033/7378496
edp laplace-lagrange-mult.edp
/*
solving laplace operator with neumam boundary condition
with 1D lagrange multiplier
The variationnal form is
find (u,l) such that
$\forall (v,m) a(u,v) + b(u,m) + b(v,l) = L
www.eeworm.com/read/321263/13409876
m program_7a.m
% Chapter 7 - Differential Equations.
% Program_7a - Solving simple differential equations.
% Symbolic Math toolbox required.
% Copyright Birkhauser 2004. Stephen Lynch.
% A separable ODE (Examp
www.eeworm.com/read/304373/13795455
m double.m
function v = double(m)
% @MOM/DOUBLE - Evaluate moment
%
% DOUBLE(M) returns the linear moment expression
% last obtained by solving an SDP moment problem
% D. Henrion, 28 March 2006
% Last mo
www.eeworm.com/read/400645/11571002
dat vslesing.dat
./vslesing
Verify application of SVD to solving sets of simultaneous equations
Checking solution of a set of linear equations
with a Hilb+E of order 10x10
condition number 2.75192
true vs. comput
www.eeworm.com/read/228533/14380220
c nearpt.c
/*
Solving the Nearest Point-on-Curve Problem
and
A Bezier Curve-Based Root-Finder
by Philip J. Schneider
from "Graphics Gems", Academic Press, 1990
*/
/* point_on_curve.c */
#include
www.eeworm.com/read/124283/14579245
texi roots.texi
@cindex root finding
@cindex zero finding
@cindex finding roots
@cindex finding zeros
@cindex roots
@cindex solving a non-linear equation
@cindex non-linear equation, solutions of
This chapter descri
www.eeworm.com/read/221978/14712730
readme
This directory contains all files necessary to make performance
experiments on solving RCC8 CSPs as described in J. Renz, B. Nebel,
"Efficient methods for Qualitative Spatial Reasoning", JAIR 15, 200
www.eeworm.com/read/114456/15052838
m earpyw.m
function [ARP, se, sy] = earpyw(Y,p);
% Estimates AutoRegressive Parameters
% by solving the Yule-Walker equations for order p
% EARPYW(Y,p) is the same than AR(Y,p,'yw'), but much faster;
%
%
www.eeworm.com/read/114456/15052857
m durlev.m
function [ar,rc,PE,d] = durlev(ACF);
% function [ar,rc,PE] = durlev(ACF);
% estimates AR(p) model parameter by solving the
% Yule-Walker with the Durbin-Levinson recursion
% for multiple channels
www.eeworm.com/read/212047/15166862
texi roots.texi
@cindex root finding
@cindex zero finding
@cindex finding roots
@cindex finding zeros
@cindex roots
@cindex solving a non-linear equation
@cindex non-linear equation, solutions of
This chapter descri