INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
14

1 / 1

非代码面试题

显示 14 / 14 道匹配题目

答题状态:未尝试未正确已正确
3368Midpoint Rule Exact on a LineUsing a single-panel midpoint rule, approximate \int 0 4 (1+x)\,dx.数学简单derivation未尝试面试订阅3369Trapezoid Rule on a Symmetric Convex FunctionUsing a single-panel trapezoid rule, approximate \int -1 1 x 2\,dx.数学简单derivation未尝试面试订阅3370Midpoint Rule Misses a Symmetric BowlUsing a single-panel midpoint rule, approximate \int -1 1 x 2\,dx.数学简单derivation未尝试面试订阅3371Simpson on a CubicUsing one Simpson panel, approximate \int 0 2 x 3\,dx.数学中等derivation未尝试面试订阅3376Halving h in the Trapezoid RuleA smooth integrand is approximated with the trapezoid rule. If the current error at step size h is about 0.08, what is the rough error after halving the step size?数学中等derivation未尝试面试订阅3378Halving h in Simpson's RuleA smooth integrand is approximated with the Simpson rule. If the current error at step size h is about 0.016, what is the rough error after halving the step size?数学中等derivation未尝试面试订阅3381Degree of Exactness of Two-Point GaussFor two-point Gauss-Legendre quadrature on [-1,1], what is the highest polynomial degree integrated exactly?数学中等derivation未尝试面试订阅3382Two-Point Gauss on x^2+1Using two-point Gauss-Legendre on [-1,1], approximate \int -1 1 (x 2+1)\,dx.数学中等derivation未尝试面试订阅3383Two-Point Gauss on x^4Using two-point Gauss-Legendre on [-1,1], what approximation do you get for \int -1 1 x 4\,dx?数学中等derivation未尝试面试订阅3386Why Trapezoid Overestimates a Convex FunctionWhy does the trapezoid rule typically overestimate the integral of a convex function on one panel?数学中等essay未尝试面试订阅3387Why Midpoint Often Beats Trapezoid on Smooth ProblemsWhy can the midpoint rule outperform the trapezoid rule on smooth integrands even though both are second-order?数学中等essay未尝试面试订阅3388When Simpson's Rule Is Especially AttractiveWhen is Simpson's rule especially attractive compared with midpoint or trapezoid?数学中等essay未尝试面试订阅3389Why Oscillatory Integrals Need CareWhy can standard coarse-grid quadrature be unreliable on highly oscillatory integrals?数学中等essay未尝试面试订阅3390Why Adaptive Refinement Helps Near KinksWhy is adaptive refinement often better than a uniform fine grid when the integrand has a kink or localized sharp feature?数学中等essay未尝试面试订阅