06.09.2021 Views

First Semester in Numerical Analysis with Julia, 2020a

First Semester in Numerical Analysis with Julia, 2020a

First Semester in Numerical Analysis with Julia, 2020a

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CHAPTER 1. INTRODUCTION 19<br />

Out[30]: 3×1 Array{Float64,2}:<br />

0.3826037521318931<br />

0.15472806518855398<br />

0.4626681826795528<br />

Powers of A can be computed as:<br />

In [31]: A^5<br />

Out[31]: 3×3 Array{Float64,2}:<br />

-2.8023 0.395834 2.76652<br />

0.125727 -1.39302 0.846217<br />

3.74251 3.24339 4.51654<br />

Logic operations<br />

Here are some basic logic operations:<br />

In [32]: 2==3<br />

Out[32]: false<br />

In [33]: 2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!