- 기타계산기 기타
울프람 알파에 자연수 조건 넣기
문제 : a+b+c=7 a*b*c=8을 만족하는 자연수 a,b,c 를 모두 구하면?
울프람 입력 : solve (a+b+c)=7, a*b*c=8 over the natural numbers
혹은 solve a+b+c=7, a*b*c=8, a>0, b>0, c>0 over the integers
https://www.wolframalpha.com/input/?i=solve+(a%2Bb%2Bc)%3D7,+a*b*c%3D8++over+the+natural+numbers
미지수에 비해 조건이 너무 부족할 때는 자연수 순서쌍이 바로 나오지 않을 수 있습니다.
이 때에는 일부 미지수의 범위를 좁히는 방법으로 답을 구해볼 수 있습니다.
https://kin.naver.com/qna/detail.nhn?d1id=11&dirId=111301&docId=318080410