Skip to content

Commit 10afd95

Browse files
committed
Updated documentation, function header, and examples.
1 parent 6e3d31d commit 10afd95

5 files changed

+5
-9
lines changed

DOCUMENTATION.pdf

-184 KB
Binary file not shown.

EXAMPLES.mlx

748 Bytes
Binary file not shown.

Fixed-Point Iteration.pdf

175 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Calculates the fixed point of a univariate function using fixed-point iteration.
2828
## Examples and Additional Documentation
2929

3030
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
31-
- See "DOCUMENTATION.pdf" (included with download, also available at https://github.com/tamaskis/fixed_point_iteration-MATLAB/blob/main/DOCUMENTATION.pdf) for additional documentation.
31+
- See "Fixed-Point Iteration.pdf" (included with download, also available at https://tamaskis.github.io/documentation/Fixed-Point%20Iteration.pdf) for additional documentation.

fixed_point_iteration.m

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@
1010
% c = fixed_point_iteration(__,'all')
1111
%
1212
% Copyright © 2021 Tamas Kis
13+
% Last Update: 2021-07-25
14+
% Website: tamaskis.github.io
1315
14-
% Last Update: 2021-07-12
1516
%
16-
%--------------------------------------------------------------------------
17-
%
18-
% MATLAB Central File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/86992-fixed-point-iteration-fixed_point_iteration
19-
% GitHub: https://github.com/tamaskis/fixed_point_iteration-MATLAB
20-
%
21-
% See EXAMPLES.mlx for examples and "DOCUMENTATION.pdf" for additional
22-
% documentation. Both of these files are included with the download.
17+
% REFERENCES:
18+
% [1] https://tamaskis.github.io/documentation/Fixed-Point%20Iteration.pdf
2319
%
2420
%--------------------------------------------------------------------------
2521
%

0 commit comments

Comments
 (0)