Instructions Python Saddle Points

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 1

DownloadInstructions-python-saddle-points
Open PDF In BrowserView PDF
Saddle Points
Detect saddle points in a matrix.
Say you have a matrix like this:
0 1 2
|--------0 | 9 8 7
1 | 5 3 2
2 | 6 6 7

<--- saddle point at (1,0)

This matrix has a saddle point at the coordinates (1, 0), where
1 is the row and 0 is the column.
It’s called a “saddle point” because the value at that point, 5,
is greater than or equal to every element in its row (5, 3, 2)
and less than or equal to every element in its column (9, 5,
6).
A matrix may have zero, one, or more saddle points.
Your code should be able to provide the (possibly empty) list
of all the saddle points for any given matrix. The matrix may
be empty, square (equal number of rows and columns), or
rectangular (different numbers of rows and columns).



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.5
Linearized                      : No
Page Count                      : 1
Page Mode                       : UseOutlines
Author                          : 
Title                           : 
Subject                         : 
Creator                         : LaTeX with hyperref
Producer                        : pdfTeX-1.40.19
Create Date                     : 2018:11:29 14:52:17-06:00
Modify Date                     : 2018:11:29 14:52:17-06:00
Trapped                         : False
PTEX Fullbanner                 : This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) kpathsea version 6.3.0
EXIF Metadata provided by EXIF.tools

Navigation menu