Math / Code 테스트

2025년 12월 23일 · tag: math, code, cpp

인라인 수식: $a^2 + b^2 = c^2$

디스플레이 수식:

\[J = \int_0^T (x^\top Q x + u^\top R u)\,dt\]

코드:

#include <iostream>
int main() {
  std::cout << "Hello World!\n";
}

← 모든 글 보기