代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/172473/9706170
m power1.m
function [lambda,V]= power1(A,X,epsilon,max1)
%Input - A is an nxn matrix
% - X is the nx1 starting vector
% - epsilon is the tolerance
% - max1 is the maximum number of iterations
%Ou
www.eeworm.com/read/172473/9706201
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the coefficient matr
www.eeworm.com/read/172473/9706261
m difflim.m
function [L,n]=difflim(f,x,toler)
%Input - f is the function input as a string 'f'
% - x is the differentiation point
% - toler is the desired tolerance
%Output - L=[H' D' E']: H is the
www.eeworm.com/read/172473/9706264
m cheby.m
function [C,X,Y]=cheby(fun,n,a,b)
%Input - fun is the string function to be approximated
% - N is the degree of the Chebyshev interpolating polynomial
% - a is the left endpoint
%
www.eeworm.com/read/172473/9706282
m finedif.m
function U = finedif(f,g,a,b,c,n,m)
%Input - f=u(x,0) as a string 'f'
% - g=ut(x,0) as a string 'g'
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the wave equati
www.eeworm.com/read/172473/9706288
m abm.m
function A=abm(f,T,Y)
%Input - f is the function entered as a string 'f'
% - T is the vector of abscissas
% - Y is the vector of ordinates
%Remark. The first four coordinates of T an
www.eeworm.com/read/172473/9706294
m lagran.m
function [C,L]=lagran(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a matrix that contains the coefficents of
www.eeworm.com/read/172473/9706305
m newpoly.m
function [C,D]=newpoly(X,Y)
%Input - X is a vector that contains a list of abscissas
% - Y is a vector that contains a list of ordinates
%Output - C is a vector that contains the coefficien
www.eeworm.com/read/147363/12558517
h shlobj.h
//===========================================================================
//
// Copyright (c) Microsoft Corporation 1991-1998
//
// File: shlobj.h
//
//======================================
www.eeworm.com/read/334846/12570310
h geometry.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo