How can i print the lower and upper triangles of matrix
Please guide me in writing the code.
i don't know even how to start writing the code.
Please help.
sunveer 0 Newbie Poster
Recommended Answers
Jump to Post>>i don't know even how to start writing the code
Start here#include <iostream> using std::cout; using std::cin; int main() { // put your code here }
First, you need to declare the matrix. How many dimensions does it have (2, 3, 4, 5, ...) What dimensions …
Jump to PostDo you mean you need to print the LU factorization of the matrix?
if so, perhaps this page might be of some assistance...
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
sunveer 0 Newbie Poster
n1337 29 Junior Poster in Training
sunveer 0 Newbie Poster
n1337 29 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.