মূল ফাইল(SVG ফাইল, সাধাৰণতঃ 575 × 449 পিক্সেল, ফাইল মাত্ৰা: 221 KB)

এই ফাইলটো ৱিকিমিডিয়া কমন্সৰ পৰা আমদানি কৰা হৈছে। ফাইল বিৱৰণ পৃষ্ঠাৰ সবিশেষ তথ্য তলত উল্লেখ কৰা হ’ল ।
ৱিকিমিডিয়া কমন্স এটা মুক্ত অনুজ্ঞাপত্ৰ মিডিয়াৰ ভঁৰাল। আপুনিও ইচ্ছা কৰিলে এই প্ৰকল্পত সহায় কৰিব পাৰে

সাৰাংশ

বিৱৰণ Saddle point with the coordinates of .
তাৰিখ
উৎস নিজা কাৰ্য
লেখক Nicoguaro
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

import numpy as np
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt

fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
plot_args = {'rstride': 1, 'cstride': 1, 'cmap':"Blues_r",
             'linewidth': 0.4, 'antialiased': True,
             'vmin': -1, 'vmax': 1}

x, y = np.mgrid[-1:1:31j, -1:1:31j]
z = x**2 - y**2

ax.plot_surface(x, y, z, **plot_args)
ax.plot([0], [0], [0], 'ro')
ax.view_init(azim=-60, elev=30)
ax.set_xlim(-1, 1)
ax.set_ylim(-1, 1)
ax.set_zlim(-1, 1)
plt.xticks([-1, -0.5, 0, 0.5, 1],
           [r"$-1$", r"$-1/2$", r"$0$", r"$1/2$", r"$1$"])
plt.yticks([-1, -0.5, 0, 0.5, 1],
           [r"$-1$", r"$-1/2$", r"$0$", r"$1/2$", r"$1$"])
ax.set_zticks([-1, -0.5, 0, 0.5, 1])
ax.set_zticklabels([r"$-1$", r"$-1/2$", r"$0$", r"$1/2$", r"$1$"])
ax.w_xaxis.set_pane_color((1.0, 1.0, 1.0, 0.0)) 
ax.w_yaxis.set_pane_color((1.0, 1.0, 1.0, 0.0)) 
ax.w_zaxis.set_pane_color((1.0, 1.0, 1.0, 0.0))
plt.savefig("Saddle_point.svg", bbox_inches="tight", transparent=True)
plt.show()

অনুজ্ঞাপত্ৰ

w:en:Creative Commons
স্বীকৃতিপ্ৰদান
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
আপুনি স্বাধীনভাৱে:
  • বিতৰণ কৰিব পাৰে – কামটো নকল (কপি), বিতৰণ আৰু প্ৰেৰণ কৰিবলৈ
  • পুনৰ্মিশ্ৰণ কৰিবলৈ – কামটো অভিযোজন কৰিবলৈ
তলত উল্লেখ কৰা চৰ্ত্তসমূহৰ ভিত্তিত:
  • স্বীকৃতিপ্ৰদান – আপুনি প্ৰয়োজনীয় স্বীকৃতি দিয়াৰ লগতে অনুজ্ঞাপত্ৰলৈ লিংক আৰু কোনো সালসলনিৰ ইংগিত দিব লাগিব। আপুনি এয়া উপযুক্ত ধৰণেৰে দিব পাৰে, মাত্ৰ অনুজ্ঞাপত্ৰধাৰীয়ে আপোনাক বা আপোনাৰ কামক মঞ্জুৰী জনোৱাৰ দৰে নিলিখিব।

মূল আপলোড ল’গ

This image is a derivative work of the following images:

Uploaded with derivativeFX

কেপ্‌চন

এই ফাইলে কি প্ৰতিনিধিত্ব কৰে তাৰ এটা শাৰীত ব্যাখ্যা কৰক

Items portrayed in this file

depicts ইংৰাজী

copyright status ইংৰাজী

copyrighted ইংৰাজী

copyright license ইংৰাজী

inception ইংৰাজী

১৭ মে' 2016

source of file ইংৰাজী

original creation by uploader ইংৰাজী

ফাইলৰ ইতিবৃত্ত

ফাইলৰ আগৰ অৱস্থা চাবলৈ সেই তাৰিখ/সময়ত ক্লিক কৰক।

তাৰিখ/সময়ক্ষুদ্ৰ প্ৰতিকৃতিআকাৰসদস্যমন্তব্য
বৰ্তমান00:23, 18 May 201600:23, 18 May 2016ৰ সংস্কৰণৰ ক্ষুদ্ৰ প্ৰতিকৃতি575 × 449 (221 KB)NicoguaroAdd the saddle point over the surface
00:18, 18 May 201600:18, 18 May 2016ৰ সংস্কৰণৰ ক্ষুদ্ৰ প্ৰতিকৃতি575 × 449 (220 KB)Nicoguaro* Smaller size. * Color of the surface corresponds with the height of each point. * Mesh over the surface.
20:07, 7 August 201220:07, 7 August 2012ৰ সংস্কৰণৰ ক্ষুদ্ৰ প্ৰতিকৃতি512 × 384 (10.4 MB)Zerodamage== {{int:filedesc}} == {{Information |Description=Saddle point with the coordinates of <math>z=x^2-y^2</math> by Kieff. |Source={{Derived from|Saddle_point.png|display=50}} |Date=2012-08-07 20:01 (UTC) |Author=*[[:File:Saddle_poi...

তলত দিয়া পৃষ্ঠাটোৱে এই ফাইলটো ব্যৱহাৰ কৰে:

ফাইলৰ গোলকীয় ব্যৱহাৰ

তলত দিয়া আন ৱিকিসমূহে এই ফাইলটো ব্যৱহাৰ কৰে:

মেটাডেটা