UVA - 442 Matrix Chain Multiplication

This is a classic and difficult stack problem Valley link ** Topic introduction ** Input format Output format Know the Chinese translation you can't understand: Matrix chain multiplication Title Description Suppose you have to evaluate an expression form, such as ABCDE, where A,B,C,D,E are matrices. Since matrix multiplication is a ...

Added by ankur0101 on Mon, 03 Jan 2022 09:51:38 +0200

Numerical solution of trilinear equations in numerical analysis experiment

1, Purpose and requirements: 1. Familiar with the theory and method of solving linear equations; 2. Be able to prepare column principal component elimination method, LU decomposition method, Jacobian and Gauss Seidel iterative Fard procedures; 3. Through practical calculation, we can further understand the advantages and disadvantages of var ...

Added by arkismad on Wed, 29 Dec 2021 05:09:02 +0200

Use python to complete the linear fitting of data

Fitting, as the name suggests, is to find the mathematical relationship between data through the analysis of data. The deeper the understanding of the essence of this relationship, the higher the degree of fitting, and the clearer the relationship between data. Fitting includes linear fitting and nonlinear fitting (polynomial fitting). This pap ...

Added by LonelyPixel on Wed, 22 Dec 2021 13:23:56 +0200

[optimal dispatching] particle swarm optimization algorithm to solve the minimum power purchase problem of optimal dispatching of hydropower plants [matlab phase 1234]

1, Introduction to particle swarm optimization 1 Introduction The group behavior of birds and fish in nature has always been the research interest of scientists. Biologist Craig Reynolds proposed a very influential bird swarm aggregation model in 19 eight 7. In his simulation, each individual follows: avoid collision with neighboring individua ...

Added by mjr on Wed, 22 Dec 2021 01:31:50 +0200

Linear algebra and code implementation vector

Linear algebra and code implementation (I) vector background The Linear Algebra I studied in university is a little forgotten now, and I am not proficient in the code implementation; This column mainly reviews the basis of linear algebra and implements the code part; 1. Some basic concepts Essence: the basic expression of a group of numbers ...

Added by st89 on Mon, 20 Dec 2021 00:41:40 +0200

[Face recognition] matlab source code for face recognition based on PCA+LDA

1. Introduction 1 PCA 1.1 Data Dimension Reduction The methods of dimension reduction include principal component analysis (PCA), factor analysis (FA), and independent component analysis (ICA). Principal Component Analysis: Find a vector to minimize the sum of projections from each sample to that vector. Factor analysis: Independent component ...

Added by lizzardnub on Sun, 19 Dec 2021 12:06:14 +0200

[mathematical modeling Python] linear programming of programming problems

Examples Take the following linear programming as an example 2 x 1 + 3 x 2 − ...

Added by Sirus121 on Thu, 16 Dec 2021 18:30:17 +0200

Leyou mall personal notes - Mall system framework knowledge

Set up front desk system Static resources new project -> Static Web- Static Web Save project to hm49 \ code \ Leyou portal Unzip the Leyou portal file of the course Copy directly to new project live-server Without webpack, we can't run this project using webpack dev server to achieve hot deployment. Not a single page Therefore, here we u ...

Added by bucfan99 on Wed, 01 Dec 2021 04:39:53 +0200

[digital baseband signal] digital baseband signal waveform simulation [Matlab 988]

1, Brief introduction of digital baseband signal waveform simulation This paper mainly studies the basic concept of digital signal baseband transmission, the transmission process of digital signal baseband transmission, and how to simulate and design digital baseband transmission system with MATLAB software. Firstly, this paper introduces the ...

Added by pelleas1022 on Tue, 21 Sep 2021 14:00:49 +0300

Conservative strategies cellular automata three-lane traffic flow model matlab source code

1. Introduction to cellular automata Development of 1-cell automata The original cellular automata was proposed by Von Neumann in the 1950s to mimic the self-replication of biological cells.But it has not been taken seriously by the academia. It was only after John Horton Conway of the University of Cambridge designed a computer game called &q ...

Added by heerajee on Tue, 14 Sep 2021 05:25:30 +0300