Skip to content

Commit cf82e99

Browse files
authored
added 2 more
1 parent 7bdf067 commit cf82e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/mathFact.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ const facts = [
151151
"Laplace transforms turn differential equations into algebraic equations.",
152152
"The derivative of an odd function is an even function.",
153153
"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.)",
154156
];
155157

156158
/**

0 commit comments

Comments
 (0)