Skip to content

SaurabhG-20/DataScience_Assignment_6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DataScience_Assignment_6

Problem Statement

Problem Statement 1:

Write a function so that the columns of the output matrix are powers of the input vector. The order of the powers is determined by the increasing boolean argument. Specifically, when increasing is False, the i-th output column is the input vector raised element-wise to the power of N - i - 1.

HINT: Such a matrix with a geometric progression in each row is named for Alexandre- Theophile Vandermonde.

Note :

  1. Please refer Screenshot directory for output of Screenshot
  2. Please refer Sourcecode directory for Pyhton Sourcecode file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published