-
大小: 22.58MB文件類型: .zip金幣: 1下載: 0 次發布日期: 2023-07-26
- 語言: Python
- 標簽:
資源簡介
本項目包含作者本人參與的數學建模競賽中、所使用的相關算法的MATLAB實現
代碼片段和文件信息
function?[maxeigvalw]?=?ahp(A)
????%A為判斷矩陣
????[eigveceigval]?=?eig(A);
????eigval?=?diag(eigval);???%特征向量
????eigvalmag?=?imag(eigval);
????realind?=?find(eigvalmag?????realeigval?=?eigval(realind)?%實特征根
????maxeigval?=?max(realeigval)?%最大特征值
????index?=?find(eigval?==?maxeigval);
????vecinit?=?eigvec(:index);?%最大特征值對應的特征向量
????w?=?vecinit./sum(vecinit);?%特征向量歸一化
end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\
?????文件????????1064??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\CalculationRI.m
?????文件?????????418??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\ahp.m
?????文件?????????329??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\data.txt
?????文件????????1923??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\main.m
?????文件?????????408??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\sglsortexamine.m
?????文件?????????408??2018-04-29?13:47??Mathematical-Model-Implementation-master\AHP\tolsortvec.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\初等元胞自動機\
?????文件????????1602??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\初等元胞自動機\basic_CA.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\擴散限制聚集\
?????文件????????1650??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\擴散限制聚集\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\森林火災\
?????文件?????????819??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\森林火災\foreset_fire.m
?????文件?????????758??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\森林火災\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\氣體動力學\
?????文件????????3039??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\氣體動力學\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\滲流集群\
?????文件????????1151??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\滲流集群\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\激發介質\
?????文件????????1098??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\激發介質\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\生命游戲\
?????文件????????1550??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\生命游戲\game_of_life.m
?????文件????????2140??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\生命游戲\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\砂堆規則\
?????文件????????2097??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\砂堆規則\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\表面張力\
?????文件????????2000??2018-04-29?13:47??Mathematical-Model-Implementation-master\CellularAutomata\表面張力\main.m
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\FuzzyMathematicalModel\
?????目錄???????????0??2018-04-29?13:47??Mathematical-Model-Implementation-master\FuzzyMathematicalModel\多層次模糊綜合評價\
............此處省略899個文件信息
評論
共有 條評論