91精品国产91久久久久久_国产精品二区一区二区aⅴ污介绍_一本久久a久久精品vr综合_亚洲视频一区二区三区

合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

代寫 Linear Equation System Solver

時(shí)間:2024-05-27  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



Programming Assignment 6: Linear Equation System Solver
This assignment is to design and implement a C++ project of matrices and vectors with class inheritance. The project has a basis class Matrix and two derived sub-classes class Vector and class SMatrix, representing vectors and square matrices as given in matrix.h, smatrix.h, and vector.h, respectively. Assume indices of rows and columns starting from 0. Create a project directory Assignment6_DXXXXXXX. Also, create a C++ project named assignment6_DXXXXXXX.dev to include header files matrix.h, smatrix.h, and vector.h and their implementation matrix.cpp, smatrix.cpp, and vector.cpp. Write an application program linear_equation_system_solver.cpp to implement a linear equation system solver. Place the project file, the header files, and the source code files in project directory Assignment6_DXXXXXXX.
A system of linear equations with n variables X0, X1, ..., and Xn-1 is a set of n linear equations:
a0,0X0 +a0,1 X1 +...+a0,n-2 Xn-2 +a0,n-1 Xn-1 =c0 a1,0X0 +a1,1 X1 +...+a1,n-2 Xn-2 +a1,n-1 Xn-1 =c1
...an-1,0 X0 + an-1,1 X1 + ... + an-1,n-2 Xn-1 + an-2,n-1 Xn-1 = cn-1
These n linear equations can be written as a matrix-vector equation AX=C, where A is the n × n coefficient matrix, X is the solution column vector of length n, and C is the constant column vector of length n, that
aa⋯aaXc a0,0 a0,1 ⋯ a0,n−2 a0,n−1 X0 c0
1,0 1,1 1,n−2 1,n−1 1 1 A= ⋮ ⋮ ⋱ ⋮ ⋮ ,X= ⋮ ,andC= ⋮ .
      an−2,0 an−2,1 ⋯ an−2,n−2 an−2,n−1 X cn−2 an−1,0 an−1,1 ⋯ an−1,n−2 an−1,n−1 Xn−2 cn−1
of the i-th column by vector C and 0 ≤ i < n. Theiapplication program should perform the following steps:
The solution of the linear equation system is Xi = A , where Ai is matrix A with replacement A
a. Input n as the rank of the linear equation system, 0 < n ≤ 10,
b. Randomly generate elements of coefficient matrix A and constant vector C. The
values of these elements are between 0 and 1.0.
c. Print the coefficient matrix A, constant vector C, and the system of linear equations.
d. Solve the linear equation system to obtain the result of solution vector X.
e. Print the solution of the linear equation system, i.e., the result of solution vector X.
f. Verify solution of the linear equation system, i.e., compute AX-C and check whether
it is the zero vector, error tolerance to six digits after the decimal point.
Compress directory Assignment6_DXXXXXXX to obtain the compressed file Assignment6_DXXXXXXX.YYY, where YYY is zip, rar, or 7z. Write a report Report6_DXXXXXXX.pdf to explain the experience of programming and development of this assignment. Submit Assignment6_DXXXXXXX.YYY and Report6_DXXXXXXX.pdf to iLearn. The assignment is due by 23:59 pm, Wednesday, May 29, 2024.
Program execution example:
請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp













 

掃一掃在手機(jī)打開當(dāng)前頁
  • 上一篇:CS111 編程代做、代寫 C++程序語言
  • 下一篇:入境菲律賓工作簽證 在菲律賓如何辦理工作簽證
  • 無相關(guān)信息
    合肥生活資訊

    合肥圖文信息
    急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
    急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
    出評(píng) 開團(tuán)工具
    出評(píng) 開團(tuán)工具
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
    海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
    合肥機(jī)場(chǎng)巴士2號(hào)線
    合肥機(jī)場(chǎng)巴士2號(hào)線
    合肥機(jī)場(chǎng)巴士1號(hào)線
    合肥機(jī)場(chǎng)巴士1號(hào)線
  • 短信驗(yàn)證碼 酒店vi設(shè)計(jì) deepseek 幣安下載 AI生圖 AI寫作 aippt AI生成圖片

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
    ICP備06013414號(hào)-3 公安備 42010502001045