awacke1 commited on
Commit
a0669c7
·
1 Parent(s): 317e332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -84,11 +84,6 @@ st.sidebar.write("np.exp(x):", np.exp(x))
84
  st.sidebar.write("np.sin(x):", np.sin(x))
85
  st.sidebar.write("np.arctan(x):", np.arctan(x))
86
 
87
- # Matrix library (numpy.matlib)
88
- st.sidebar.header("Matrix library (numpy.matlib)")
89
- st.sidebar.write("np.matlib.eye(2, 3):", np.matlib.eye(2, 3))
90
- st.sidebar.write("np.matlib.zeros((2, 3)):", np.matlib.zeros((2, 3)))
91
-
92
  # Miscellaneous routines
93
  st.sidebar.header("Miscellaneous routines")
94
  st.sidebar.write("np.percentile([1, 2, 3, 4, 5], 50):", np.percentile([1, 2, 3, 4, 5], 50))
 
84
  st.sidebar.write("np.sin(x):", np.sin(x))
85
  st.sidebar.write("np.arctan(x):", np.arctan(x))
86
 
 
 
 
 
 
87
  # Miscellaneous routines
88
  st.sidebar.header("Miscellaneous routines")
89
  st.sidebar.write("np.percentile([1, 2, 3, 4, 5], 50):", np.percentile([1, 2, 3, 4, 5], 50))