We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdf067 commit cf82e99Copy full SHA for cf82e99
src/util/mathFact.js
@@ -151,6 +151,8 @@ const facts = [
151
"Laplace transforms turn differential equations into algebraic equations.",
152
"The derivative of an odd function is an even function.",
153
"A matrix and its transpose have the same rank.",
154
+ "A midpoint convex function is not necessarily convex, but a strictly midpoint convex function is strictly convex.",
155
+ "A set is convex iff its indicator function is a convex function. (Indicator function is infinite off the set.)",
156
];
157
158
/**
0 commit comments