Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

9 months ago

Question


GenerateMesh failing for some specific STEP files
Hi, I am using the PDE toolbox to do some parameter sweeps of geometries that I create using python. The issue is that when I ...

2 years ago | 1 answer | 0

1

answer