Feeds
질문
Write a script to compute the average number of integers over 1000 trails for different thresh holds
Write a script named random_walk that computes the average number of integers over 1000 trials for different thresholds, startin...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
finding the number of interations of newtons method
I'm having a problem trying to find how many interations the following function has to go through to get the root function [r...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Finding the perimeter of a region of a matrix where the matrix is made of zeros and ones
Write a function, matrix_perimeter, that takes a matrix of ones and zeros as an input. Assume the length and width of each cell...
대략 6년 전 | 답변 수: 1 | 0