getting f(x,y) from f(x)? Given A=[[1 2][3 4]], f(x) = Ax, show...

JohnnyBoe

New member
Joined
Jun 5, 2018
Messages
2
Given a 2x2 matrix:
A =
[1 2]
[3 4]

and f(x) = Ax,

How would you show f(x) is continuous?
 
Last edited:
To show it, it depends on your definition of continuity. What is yours?

All linear maps on finite dimensional vector spaces (like yours, \(\displaystyle \mathbb R^2\)) are continuous, though.
 
Top