Community Profile

photo

Asad Afzal


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Revival Level 1
  • Solver

View badges

Feeds

View by

Answered
Vectorization shows NaN for a simple coupled 2D convection PDE. Previous uncoupled 2D convection PDE worked without any issues.
You are not using the element wise multiplication in the vectorized implementation, try using the following code %Equation ...

2 years ago | 0

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago