Posts by Aryan Parthasarthi

Author Biographical Info: Not available

Transpose of a matrix using C++

By Aryan Parthasarthi

As we have learned about matrices in our high school mathematics, A matrix is a way of representation. In geometrical view, it’s a linear representation of a vector space for.... Read More

floyd’s triangle using C++

By Aryan Parthasarthi

In this tutorial, we will learn how to print Floyd’s triangle in C++. Floyd’s triangle is a triangular array of natural numbers arranged as a right triangle. In the beg.... Read More