일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 공수1
- 백준
- Problem set 2.7
- SW역량테스트
- Nonhomogeneous ODEs
- 코딩테스트
- homogeneous
- Advanced Engineering Mathematics
- English
- 스피치 연습
- 문제풀이
- Homogeneous ODEs
- Ode
- Conversation
- 공학수학
- 비제차 상미분 방정식
- kreyszig
- ODEs
- speech
- 미분방정식
- 미방
- 공수
- 공업수학
- 삼성SW역량테스트
- vocabulary
- 공수 문제풀이
- Python
- 영어회화
- Problem set 1.5
- Problem Set 1.4
- Today
- Total
목록분류 전체보기 (98)
한걸음

문제 풀다 보니, 너무 지저분해서 캡처해서 업로드... Problem 10 Problem 11 Problem 12
https://www.acmicpc.net/problem/2210 2210번: 숫자판 점프 111111, 111112, 111121, 111211, 111212, 112111, 112121, 121111, 121112, 121211, 121212, 211111, 211121, 212111, 212121 이 가능한 경우들이다. www.acmicpc.net https://github.com/HPYoo/swcodingtest/commit/0a383076f742250287f370ff099159bef6acb04c sw coding 2210 update(Baekjoon) · HPYoo/swcodingtest@0a38307 Showing 1 changed file with 28 additions and 0 delet..

https://www.acmicpc.net/problem/1986 1986번: 체스 첫째 줄에는 체스 판의 크기 n과 m이 주어진다. (1 ≤ n, m ≤ 1000) 그리고 둘째 줄에는 Queen의 개수와 그 개수만큼의 Queen의 위치가 입력된다. 그리고 마찬가지로 셋째 줄에는 Knight의 개수와 위치, www.acmicpc.net https://github.com/HPYoo/swcodingtest/commit/c4b53372868bc132acecf7b0aa1287a7e89d0138 sw coding 1986 update(Baekjoon) · HPYoo/swcodingtest@c4b5337 Showing 1 changed file with 74 additions and 0 deletions. gith..
https://www.acmicpc.net/problem/7562 7562번: 나이트의 이동 체스판 위에 한 나이트가 놓여져 있다. 나이트가 한 번에 이동할 수 있는 칸은 아래 그림에 나와있다. 나이트가 이동하려고 하는 칸이 주어진다. 나이트는 몇 번 움직이면 이 칸으로 이동할 수 www.acmicpc.net https://github.com/HPYoo/swcodingtest/blob/main/prob7562.py GitHub - HPYoo/swcodingtest: 코딩테스트 대비 연습 코딩테스트 대비 연습. Contribute to HPYoo/swcodingtest development by creating an account on GitHub. github.com 1. 아주 쉬운 문제 나이트의 이동가..
Problem 7 ~ 9는 미분 연산자로 표현이 되어있다. 평소대로 읽어서 풀면 된다. 이런 표현은 자주 나오는데, 특히 공기역학 공부시 실체적 도함수(Substantial Derivatives)는 유용하니 익숙해지면 편하다. Problem 7. Find the solution $$ y'' + 2 y' + \frac {3}{4} y = 3 e^{x} + \frac {9}{2} x $$ 1) Solution of homogeneous ODE Let's solve the equation when right hand side is 0 By the characteristic equation, there are real roots, $ \lambda = - \frac {1}{2} or - \frac {3}{2} ..
요즘 수업 많이 빠진다고 혼남. 그래 수업 빠지지 말도록 노력하자... Take apart(동의어 : dismantle) : - To separate something into parts Ex1) The mechanic took apart the car's engine to clean it, but then he couldn't assemble it back. Ex2) We will have to take this laptop apart to find out what's wrong with it. Blow up : - To explod or to cause something to explode Ex1) The car caught fire and blew up. Ex2) It blows up my mind..
Problem 4 ~ 6의 경우 Homogeneous Soltn. 구하는 연습이 가능하고, Nonhomogeneous Soltn. 구할 때 Modification rule 또한 적용해 볼 수 있는 문제이다. 그동안 공부한 것들을 충분히 복습하여 내 것으로 만들자. Problem 4. Find the solution $$ y'' - 9 y = 18 cos \pi x $$ 1) Solution of homogeneous ODE Let's solve the equation : $ y'' - 9 y = 0 $ By the characteristic equation, there are two real roots, $ \lambda = 3 \ or \ -3 $ Hence, the solution of homogen..

https://www.acmicpc.net/problem/2234 2234번: 성곽첫째 줄에 두 정수 N, M이 주어진다. 다음 M개의 줄에는 N개의 정수로 벽에 대한 정보가 주어진다. 벽에 대한 정보는 한 정수로 주어지는데, 서쪽에 벽이 있을 때는 1을, 북쪽에 벽이 있을 때는 2를,www.acmicpc.nethttps://github.com/HPYoo/swcodingtest/commit/fbb832d08e1d2152e4ec5ff7f103554f24751e42 sw coding 2234 update(Baekjoon) · HPYoo/swcodingtest@fbb832dShowing 1 changed file with 81 additions and 0 deletions.github.com1. 이진수의 각 ..