Are Mjaavatten
Retired physicist with background in the petroleum and process industry. My main interests are mathematical modelling, numerical methods, and thermodynamics.
Content Feed
문제를 풀었습니다
Compute flow in a partially full pipe
Problem statement When does the maximum flow occur in a pipe? Intuition might suggest that it occurs when the pipe is flowing f...
대략 4시간 전
제출됨
Nonlinear equation system solver: broyden
Solve set of nonlinear equations. Optionally define bounds on independent variables.
18일 전 | 다운로드 수: 31 |

문제를 풀었습니다
Find state names that start with the letter N
Given a list of US states, remove all the states that start with the letter N. If s1 = 'Alabama Montana Nebraska Vermont Ne...
대략 2개월 전
제출됨
Thermodynamic models and tools for H2O, H2, CO2 and Air
Tool for effective thermodynamic calculations. Includes high-accuracy thermodynamic models for H2O, H2 CO2 and Air.
3개월 전 | 다운로드 수: 17 |

답변 있음
Difficulty Finding Hydrogen (H2) Properties for Gas Properties (G) Block
The real gas option in Simscape requires tables of properties as functions of temperature and pressure. You will find the data ...
Difficulty Finding Hydrogen (H2) Properties for Gas Properties (G) Block
The real gas option in Simscape requires tables of properties as functions of temperature and pressure. You will find the data ...
3개월 전 | 1
| 수락됨
문제를 풀었습니다
Compute the area of the shoemaker’s knife
A shape resembling a shoemaker’s knife is constructed from a semicircle with diameter with two semicircular “bites” of diameter...
4개월 전
문제를 풀었습니다
Compute the average precipitation for a watershed using the Thiessen polygon method
Several methods are available for estimating the average precipitation for a watershed from a few observations at rain gauges. T...
4개월 전
문제를 풀었습니다
Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...
4개월 전
문제를 풀었습니다
matrix zigzag
Unfold a 2-D matrix to a 1-D array in zig-zag order, e.g., for matrix [ 1 2 3 ; 4 5 6 ; 7 8 9 ] the resulting 1-...
4개월 전
문제를 풀었습니다
P-smooth numbers
This Challenge is to find <https://en.wikipedia.org/wiki/Smooth_number P-smooth number> partial sets given P and a max series va...
4개월 전
문제를 풀었습니다
Fermat's Last Theorem - Fermat's conjecture
Fermat's Last Theorem (sometimes called Fermat's conjecture, especially in older texts) states that no three positive integers a...
5개월 전
문제를 풀었습니다
Happy 2013...
Happy 2013, everyone! An interesting tidbit about 2013 is that it is the first year since 1987 to contain four different digits...
5개월 전
문제를 풀었습니다
Numbers with prime factors 2, 3 and 5.
Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are...
5개월 전
문제를 풀었습니다
First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];
5개월 전
문제를 풀었습니다
List numbers that are not in the Fibonacci sequence
In the list of 4797 Cody problems, 53 deal with or refer to the Fibonacci sequence.* What about the other numbers? Write a funct...
6개월 전
문제를 풀었습니다
Must be in the front row...
You are given a matrix followed by a single number. Your object is to write a script that will shift the matrix around so that ...
6개월 전
문제를 풀었습니다
Breaking Out of the Matrix
Do you want to take the Red Pill, or the Blue Pill? If you take the Blue Pill, you will simply pass along to the next problem...
6개월 전
문제를 풀었습니다
With apologies to William Blake
Coder Coder, typing fast Sitting at your desk, aghast. What immortal MATLAB script will solve this problem, nice and qu...
6개월 전
문제를 풀었습니다
Consecutive Equation Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on the largest consecutive run of ...
6개월 전
문제를 풀었습니다
Equation Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on times that include the four bas...
6개월 전
문제를 풀었습니다
Power Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on times that represent powers. Fo...
6개월 전
문제를 풀었습니다
Convert to Binary Coded Decimal
Convert from decimal representation to <http://en.wikipedia.org/wiki/Binary-coded_decimal Binary Code Decimal> (or BCD) represen...
6개월 전
문제를 풀었습니다
Find out the Gray Code for a Given Binary Number
Find out <http://en.wikipedia.org/wiki/Gray_code Gray Code> for a given binary number Example Binary input 1000 Gray ...
6개월 전
문제를 풀었습니다
Big numbers, least significant digits
Given two numbers, x and n, return the last d digits of the number that is calculated by x^n. In all cases, d will be the number...
6개월 전
문제를 풀었습니다
Digital Neighbourhood
Given a natural number reorder its digits to create another number, closest to the given one. Examples: * 123 gives 132, ...
6개월 전
문제를 풀었습니다
Binary Neighbourhood
Given a natural number reorder its binary form to create another number, closest to the given one. Examples: * 1 gives 2, ...
6개월 전
문제를 풀었습니다
There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...
6개월 전
문제를 풀었습니다
Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...
6개월 전
문제를 풀었습니다
De-primed
Write a function that will multiply every prime number in the array or matrix by two, leaving all other numbers the same, and re...
6개월 전
문제를 풀었습니다
Big numbers, repeated least significant digits
This problem builds off of Problem 3077 Given an integer x which contains d digits, find the value of (minimum) n (n > 1) such ...
6개월 전