代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/152112/12139122
m newton.m
function [p0,err,k,y]=newton(f,df,p0,delta,epsilon,max1)
%Input - f is the object function input as a string 'f'
% - df is the derivative of f input as a string 'df'
% - p0 is the initial a
www.eeworm.com/read/253872/12179404
m contents.m
% NINTEGER - Non-integer (fractional) control toolbox
% Version 2.3 Duarte Vale'rio 2005 / 08 / 17
%
% Approximations of fractional order controllers (35 methods available)
% nid - approximates
www.eeworm.com/read/339966/12190778
m fixed_point.m
function fixed_point(p0, N)
%Fixed_Point(p0, N) approximates the root of the equation f(x) = 0
%rewritten in the form x = g(x), starting with an initial approximation p0.
%The iterative techniqu
www.eeworm.com/read/252063/12304907
c mksinc.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/******************************
www.eeworm.com/read/124283/14580429
c gamma.c
/* cdf/cdf_gamma.c
*
* Copyright (C) 2003 Jason Stover.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
www.eeworm.com/read/222288/14698042
m seidel.m
function [P,iter]= seidel(G,P,delta, max1)
%Input - G is the nonlinear fixed-point system
% saved as an M-file function
% - P is the initial guess at the solution
%
www.eeworm.com/read/216488/15005737
m framepropertiesobjfun.m
function y=FramePropertiesObjFun(x,F,s);
% FramePropertiesObjFun Objective function for finding the x that is
% most difficult to represent by a sparse approximation using the frame F
% y is 1-r
www.eeworm.com/read/167728/5453646
c gamma.c
/* cdf/cdf_gamma.c
*
* Copyright (C) 2003 Jason Stover.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
www.eeworm.com/read/475765/6777732
m ex8_2.m
% EX8_2.M Plot the Fourier series of the function f(t)
% f(t)=0 -pi < t < 0
% f(t)=t 0 < t < pi
%
% Plot f(t) for 5 and 20 terms in the series
clear
t =[-pi:.031:pi]; % Ti
www.eeworm.com/read/471742/6888636
m pend1.m
%pend1.m
%Program designed to compare the period of a pendulum with the next approximation
%beyond the linear simple pendulum formula. In the simple pendulum, the period is
%independent of amplitu