Recent content by Md. Abde Mannaf

  1. Md. Abde Mannaf

    Solving 2x(y+z)dx+(2yz-x2 +y2-z2)dy+(2yz-x2 -y2-z2)=0

    Homework Statement test intelligibility and solve 2x(y+z)dx+(2yz-x2 +y2-z2)dy+(2yz-x2 -y2-z2)=0 Homework EquationsThe Attempt at a Solution
  2. Md. Abde Mannaf

    Take integer and find divisors,prime? & how many divisors

    how to combine two program in one & how many number of divisor ?? print in program.
  3. Md. Abde Mannaf

    Take integer and find divisors,prime? & how many divisors

    write a c programs Take integer and find all divisors/Factors , print is it prime or not? and how many divisors contain print it? how to solve in one program and how many divisors/Factors contains my code: #include<stdio.h> #include<conio.h> #include<math.h> int main() { int number,i...
  4. Md. Abde Mannaf

    What is difference between abs(1/x^2) and 1/x^2 ?

    i think it is same. function is not same but graph is same. that is my question is are equal?
  5. Md. Abde Mannaf

    What is difference between abs(1/x^2) and 1/x^2 ?

    what is difference between abs(1/x^2) and 1/x^2 . i am using https://graphsketch.com/ graph result is same. what do you think?
  6. Md. Abde Mannaf

    Is a Very Large Number the Same as Infinity?

    very very large number is not infinity?
  7. Md. Abde Mannaf

    Is a Very Large Number the Same as Infinity?

    if i devided 10 apple between no one then every one get infinity? that's not correct. so you divide something by zero does not make infinite. its just undefined. you can get infinite if 1/ x with x tens to zero. but exactly zero will give you undefined sol.
  8. Md. Abde Mannaf

    Is a Very Large Number the Same as Infinity?

    We know, 1/0.1=10; 1/0.01=100; 1/0.001=1000; 1/0.0001=10000; . . . 1/0.00000000001=100000000000 . . . 1/0=infinity Why is it not correct?
  9. Md. Abde Mannaf

    How to solve using Leibniz Rule

    i could not solve this math above analysis . i am trying to my best. but i am fail every time. and again try... please see this and give me more idea to solve
  10. Md. Abde Mannaf

    How to solve using Leibniz Rule

    any one solve this mathematical term and prove it??
  11. Md. Abde Mannaf

    How to solve using Leibniz Rule

    i know the Leibniz's rule. i solve many mathematical term . bt i cann't solve this math with Leibniz rule. i am still stuck here. here limit is constant so 2nd and 3rd term will be zero.
  12. Md. Abde Mannaf

    How to solve using Leibniz Rule

    at first i am use substitution. some one said what am i do now?
  13. Md. Abde Mannaf

    How to solve using Leibniz Rule

    Homework Statement Homework EquationsThe Attempt at a Solution here is i am still stuck.
  14. Md. Abde Mannaf

    How can it's solve using Leibniz Rule or other rule

    your concept is very useful. thank you. i solve it. thank you very much again.
Back
Top