问题


Determine whether a number is a Higgs prime
If the sequence lists the Higgs primes, then is the smallest prime greater than such that divides the product . The first fo...

2 years 前 | 0 | 5 个解题者

问题


Compute the maximum length of a contaminant plume in groundwater
Problem statement Write a function to compute the maximum length of a contaminant plume for steady, one-dimensional transport ...

2 years 前 | 1 | 4 个解题者

问题


Compute the water table in a layered unconfined aquifer
Write a function to compute the flow per unit width and the elevation of the water table above the bottom of unconfined aquifer ...

2 years 前 | 1 | 2 个解题者

已解决


Sum of numbers from 1-100
Sum up every whole number from 1 to 100. Include 1 and 100 in your calculation.

2 years 前

已解决


Return part of an array
Given a 5x5 array, return a 3x3 array that contains the cells that are not on the edge of the array: Given this array Return...

2 years 前

已解决


Summing the last column column
Given a matrix, return the sum of the last column of the array.

2 years 前

已解决


Laguerre Polynomials
Create a square lower diagonal matrix containing the first n Laguerre Polynomial coefficients. For n=6, the Laguerre Matrix is: ...

2 years 前

问题


Compute head profiles for steady 1D flow through soils in series
Cody Problem 58966 involves compute the head profile for steady, one-dimensional flow in a homogeneous aquifer (i.e., one with u...

2 years 前 | 1 | 3 个解题者

已解决


Make a "better" checkerboard matrix
This problem seeks to expand the task in Cody Problem 4 by allowing for the creation of checkerboard matrices that can be rectan...

2 years 前

问题


Compute piezometric head in a leaky confined aquifer
Problem statement Write a function to compute the piezometric head in a leaky confined aquifer and the position of a groundwat...

2 years 前 | 2 | 5 个解题者

问题


Compute the water table elevation in an unconfined aquifer with recharge
Problem statement Write a function to compute the water table elevation above the bottom of the aquifer and the position of a ...

2 years 前 | 2 | 6 个解题者

已解决


A row vector, pick 1st number, skip 1,pick 3rd number, skip 2,pick,skip,etc then place all picked numbers in order in new vector
Having a row vector of number, pick the first number, place in new output vector as the first value, then skip one number, pick...

2 years 前

问题


Find the smallest number leading to a maximal product of two numbers that concatenate to another number
Cody Problem 58971 involves the maximal product of numbers that concatenate to a number . For example, if , then the products ar...

2 years 前 | 1 | 5 个解题者

已解决


Concatenate a successive power matrix in a column matrix
Generate F = [M1 M^2 ... M^p] with M a matrix, without using for.

2 years 前

问题


Compute the maximal product of any two numbers whose concatenation is n
Write a function that takes an input and computes the maximal product of numbers that concatenate to . For example, if , then t...

2 years 前 | 0 | 9 个解题者

问题


Compute the head for steady 1D flow in a homogeneous aquifer
Problem statement Write a function that computes the head (i.e., piezometric head for a confined aquifer or water table elevat...

2 years 前 | 3 | 8 个解题者

问题


Find the nine-point circle of a triangle
Cody Problem 1336 asks us to find the circle that circumscribes a triangle, and Cody Problem 58354 asks us to find the circle th...

2 years 前 | 0 | 3 个解题者

问题


Count block fountains
A block fountain consists of rows of circles in which each row is a continuous block of circles (i.e., adjacent circles are tang...

2 years 前 | 1 | 10 个解题者

问题


Compute measurement uncertainty
Suppose a variable depends on independent variables , , . If the independent variables have uncertainty , , etc. and the uncer...

2 years 前 | 1 | 11 个解题者

已解决


Neural Net: Calculate Perceptron
This challenge is to calculate the Neural Net Perceptron value,P, given X, WH, and WP using ReLU on the hidden layer. This examp...

3 years 前

已解决


Neural Net: Best Index of Prediction array
The final ouput of a neural net application is a Prediction matrix/vector,P, that gives the probability of the input being of a ...

3 years 前

已解决


Intersection(s) of Circles
Do two given circles intersect in Zero, One, or Two points and provide the intersection(s). The Stafford method may provide some...

3 years 前

已解决


Neural Nets: Activation functions
Return values of selected Activation function type for value,vector, and matrices. y=Activation(x,id); where id is 1:4 for ReLU...

3 years 前

已解决


Array size along k-th dimension
Given an n-dimensional array M, find the size of M along the k-th dimension (1 <= k <= n), without using size(), height() or wid...

3 years 前

已解决


Array Height (no usage of size)
Find the array height, the number of rows. Size may not be used.

3 years 前

已解决


Array Width (no usage of size)
Find the array width. Size may not be used.

3 years 前

已解决


Solve the matrix equation AXB + X + C = 0 for X
Let A, B, and C be square matrices of equal size, and let the matrix X be defined by the matrix equation A * X * B + X + ...

3 years 前

已解决


Find the Connecting Path
Here is a matrix x x = [7 6 8 5 7 2 4 5 1 3 0 0 0 7 7 7 7 7 0 0 0 0 0 0 0 0 0 0 0 5 5 5 5 5 0 0 0 0 0 0...

3 years 前

问题


Count collisions in an idealized block system
Two blocks, which have masses and , slide along a frictionless, semi-infinite track bounded by a stationary wall. Initially blo...

3 years 前 | 0 | 6 个解题者

已解决


A Mathematical Problem
Find the kth digit of the inverse of a number 'n'. Assumption: n>1

3 years 前

加载更多