summaryrefslogtreecommitdiff
path: root/27/CH5/EX5.2.6/Example_5_2_6.sce
blob: 39711acd13df7c44a4803055ecdd0c9d54e8190c (plain)
1
2
3
4
5
6
7
8
9
clear;
clc;
close;

A=[1 2;3 4]

t=det(A)

disp("Since t = -2 hence the fixed point is a Stable fixed point.")