Dear Innovators and Enthusiasts, The FOSSEE team at IIT Bombay warmly invites you to participate in the Scilab Case Study Hackathon, an exciting opportunity to explore innovation and showcase your skills using Scilab. For more details Click here.
How can we create function to calculate sum of matrix.
a=10b=20print(id(a))def func(x,y): y=a a=2 print(y) return x+yn1=int(input("Enter no"))n2=int(input("Enter"))print(func(n1,n2))
Dear AllI am using jupyter notebook in Python 3On typing var('x')h(x)=x^2g(x)=xf= Piecewise([[(0,1),h(x)],[(1,2),g(x)]],x)I get following reply.-------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-46-77057750395d> in <module>() 2 __tmp__=var("x"); h = symbolic_expression(x**Integer(2)).function(x) 3 __tmp__=var("x"); g = symbolic_expression(x).function(x) ----> 4 f= Piecewise([[(Integer(0),Integer(1)),h(x)],[(Integer(1),Integer(2)),g(x)]],x) NameError: name 'Piecewise' is not defined Kindly help
197 visits
Outline:ফাংশন সম্পর্কে একটি ফাংশন কিভাবে সংজ্ঞায়িত করে একটি ফাংশন সংজ্ঞায়িত করার জন্য উদাহরণ আর্গুমেন্ট সহ একটি ফাংশন কল করা আর্গুমেন্ট ছাড়া একটি ফাংশন কল করা একটি ফাংশন থেকে ভ্যালু রিটার্ন করা কোডিং এ ইনডেন্টেশন কোডের ডকুমেন্টেশন বানানো বা কমেন্ট করা পাইথন ফাংশনে docstrings কিভাবে ব্যবহার করে ব্যাসার্ধ r সহ ক্ষেত্রফল এবং পরিধি ফেরৎ করতে একটি ফাংশন সার্কল কিভাবে লেখে
ফাংশন সম্পর্কে একটি ফাংশন কিভাবে সংজ্ঞায়িত করে একটি ফাংশন সংজ্ঞায়িত করার জন্য উদাহরণ আর্গুমেন্ট সহ একটি ফাংশন কল করা আর্গুমেন্ট ছাড়া একটি ফাংশন কল করা একটি ফাংশন থেকে ভ্যালু রিটার্ন করা কোডিং এ ইনডেন্টেশন কোডের ডকুমেন্টেশন বানানো বা কমেন্ট করা পাইথন ফাংশনে docstrings কিভাবে ব্যবহার করে ব্যাসার্ধ r সহ ক্ষেত্রফল এবং পরিধি ফেরৎ করতে একটি ফাংশন সার্কল কিভাবে লেখে
Show video info
Pre-requisite