Feeds
提问
How to solve a function with one independent variables with different values so that i can make a plot?
Hello, first of all, thanks for help me. I want to solve an equation: theta= 1- exp(b^2)*erfc(b) solving for b, where theta= ...
8 years 前 | 1 个回答 | 0
1
个回答提问
trying with bisection method to create a function that finds the root of an equation, approximated error, and numbers of iteration
So i did my code in the following way shown below; however, the way that my codes decided to stop the loop and output the root i...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to use loop function to find the 1st to Nth elements' average, and then 2nd to Nth element's average? Thanks
Hi guys thanks for helping me. Suppose i have 700 data in a column, and i want to find out the first 120 elements' average. The...
9 years 前 | 1 个回答 | 0
