I want to create a program that will define in the C # console application. But I can not be able to create algorithms for it. Can you please help me create algorithms?
You can simply use the original Gauss elimination method to count the number of non-zero rows you rank Will give But this method is not really numerically strong. As the Wikipedia article says, there are some other algorithms, such as QR decomposition with singular value decomposition (SVD) or PVT. For both, you should be able to easily obtain the basic implementation.
But you have to work with the exact numbers for this, you always have to think about the numerical mistakes of float's IEEE representation in the computer. Read more about:
Comments
Post a Comment