프로그래밍/신기한 공식

    행렬

    https://blog.naver.com/sbssbi69/90192503655 행렬 제대로 공부하기 (행렬의 정의, 행렬의 곱셈, 일차변환, 역행렬. 연립방정식 그리고..행렬은 행렬 참 쉽죠? 머 기본적인 계산능력만 갖추고 있으면 덧셈 뺄셈쯤이야 머.. 곱셈도 까짓것.... 매.우. 간... blog.naver.com 행렬이란 무엇인가 에 대해 잘 설명해주신 것 같은 글이다.

    유클리드 호제법

    2개의 자연수 또는 정식의 최대공약수를 구하는 알고리즘 중 하나이다. 간단하게 정리하자면 1. 큰 수를, 작은 수로 나눈다 2. 나누는 수를, 나머지로 계속 나눈다 나머지가 0이 나올 때, 나누는 수가 최대공약수이다 Ex) 1512, 1008의 최대공약수를 구하라 1. 1512 / 1008 = 1... 504 2. 1008 / 504 = 2... 0 따라서 최대공약수는 나누는 수였던 504가 된다. 식과 증명에 관해선 다른 블로그 글을 첨부해둔다 https://m.blog.naver.com/PostView.naver?blogId=gdpresent&logNo=222452479379&navType=tl 최대공약수와 최소공배수(feat. 유클리드 호제법(Euclidean Algorithm)) [내가 공부한 파..

    Converting Colors _ Grayscale 이미지 뽑아내기

    https://www.tutorialspoint.com/dip/grayscale_to_rgb_conversion.htm Grayscale to RGB Conversion - Tutorialspoint Grayscale to RGB Conversion Advertisements We have already define the RGB color model and gray scale format in our tutorial of Image types. Now we will convert an color image into a grayscale image. There are two methods to convert it. Both has their own m www.tutorialspoint.com 색상을 가진..