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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0