代码搜索:eigenvector

找到约 273 项符合「eigenvector」的源代码

代码结果 273
www.eeworm.com/read/140700/13065912

txt alg091.txt

> restart; > # POWER METHOD ALGORITHM 9.1 > # > # To approximate the dominant eigenvalue and an associated > # eigenvector of the n by n matrix A given a nonzero vector x: > # > # INPUT: Dimen
www.eeworm.com/read/140700/13065948

txt alg092.txt

> restart; > # SYMMETRIC POWER METHOD ALGORITHM 9.2 > # > # To approximate the dominant eigenvalue and an associated > # eigenvector of the n by n symmetric matrix A given a nonzero vector x: > #
www.eeworm.com/read/140700/13065959

txt alg093.txt

> restart; > # INVERSE POWER METHOD ALGORITHM 9.3 > # > # To approximate an eigenvalue and an associated eigenvector of the > # n by n matrix A given a nonzero vector x: > # > # INPUT: Dimensi
www.eeworm.com/read/140700/13066006

txt alg094.txt

> restart; > # WIELANDT'S DEFLATION ALGORITHM 9.4 > # > # To approximate the second most dominant eigenvalue and an > # associated eigenvector of the n by n matrix A given an > # approximation LA
www.eeworm.com/read/140700/13066217

txt alg091.txt

> restart; > # POWER METHOD ALGORITHM 9.1 > # > # To approximate the dominant eigenvalue and an associated > # eigenvector of the n by n matrix A given a nonzero vector x: > # > # INPUT: Dimen
www.eeworm.com/read/140700/13066248

txt alg092.txt

> restart; > # SYMMETRIC POWER METHOD ALGORITHM 9.2 > # > # To approximate the dominant eigenvalue and an associated > # eigenvector of the n by n symmetric matrix A given a nonzero vector x: > #
www.eeworm.com/read/140700/13066257

txt alg093.txt

> restart; > # INVERSE POWER METHOD ALGORITHM 9.3 > # > # To approximate an eigenvalue and an associated eigenvector of the > # n by n matrix A given a nonzero vector x: > # > # INPUT: Dimensi
www.eeworm.com/read/140700/13066314

txt alg094.txt

> restart; > # WIELANDT'S DEFLATION ALGORITHM 9.4 > # > # To approximate the second most dominant eigenvalue and an > # associated eigenvector of the n by n matrix A given an > # approximation LA
www.eeworm.com/read/140698/13066554

c alg092.c

/* * SYMMETRIC POWER METHOD ALGORITHM 9.2 * * To approximate the dominant eigenvalue and an associated * eigenvector of the n by n symmetric matrix A given a nonzero vector x: * * INPUT:
www.eeworm.com/read/140698/13066654

c alg094.c

/* * WIELANDT'S DEFLATION ALGORITHM 9.4 * * To approximate the second most dominant eigenvalue and an * associated eigenvector of the n by n matrix A given an * approximation LAMBDA to th