how do i input the the matrix 1 3n-1 0 3n into matlab?

1 view (last 30 days)
i have to use mathematical induction to prove that An = [1 3n-1; 0 3n] is true for all values on n>=1.thanks.

Answers (1)

Steven Lord
Steven Lord on 22 Oct 2015
"Proof by example" only usually works when you're trying to prove something about a small finite set. More often you see "DISproof by example", like this paper or Cole's "talk" where he showed a factorization of 2^67-1.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!