X = [ [12,7,3],
[4 ,5,6],
[7 ,8,9] ]
Y = [ [5,8,1],
[6,7,3],
[4,5,9] ]
result = [ [0,0,0],
[0,0,0],
[0,0,0] ]
# iterate through rows
for i in range(len(X)):
for j in range(len(X[0])):
[10, 12, 9]
[11, 13, 18]
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 02, 2019 Python No comments
Irawen March 01, 2019 R No comments
.libPaths()
[2] "C:/Program Files/R/R-3.2.2/library"
library()
Packages in library ‘C:/Program Files/R/R-3.2.2/library’:
base The R Base Package
boot Bootstrap Functions (Originally by Angelo Canty
for S)
class Functions for Classification
cluster "Finding Groups in Data": Cluster Analysis
Extended Rousseeuw et al.
codetools Code Analysis Tools for R
compiler The R Compiler Package
search()
[1] ".GlobalEnv" "package:stats" "package:graphics"
[4] "package:grDevices" "package:utils" "package:datasets"
[7] "package:methods" "Autoloads" "package:base"
install.packages("Package Name")
# Install the package named "XML".
install.packages("XML")
install.packages(file_name_with_path, repos = NULL, type = "source") # Install the package named "XML" install.packages("E:/XML_3.98- 1.3.zip", repos = NULL, type = "source")
library("package Name", lib.loc = "path to library") # Load the package named "XML" install.packages("E:/XML_3.98-1.3.zip", repos = NULL, type = "source")
Irawen February 19, 2019 Python No comments
Irawen February 17, 2019 Python No comments
Irawen February 16, 2019 Python No comments
Irawen February 16, 2019 Python No comments
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵: